Browse Source

dependencies

merge-requests/80/head
Steven Foerster 5 years ago
parent
commit
29154b5e7a
  1. 3
      scripts/install.sh

3
scripts/install.sh

@ -111,7 +111,8 @@ fi
# SSH Server # SSH Server
sudo -E apt-get install -y openssh-server openssh-client openssh-sftp-server sudo -E apt-get install -y openssh-client
sudo -E apt-get install -y openssh-server openssh-sftp-server
#sudo sed -i 's/#PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config #sudo sed -i 's/#PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config
#sudo sed -i 's/PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config #sudo sed -i 's/PasswordAuthentication.*/PasswordAuthentication yes/' /etc/ssh/sshd_config
#sudo sed -i 's/#PermitRootLogin.*/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config #sudo sed -i 's/#PermitRootLogin.*/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config

Loading…
Cancel
Save