Browse Source

yes

merge-requests/80/head
Steven Foerster 5 years ago
parent
commit
e91f58fd94
  1. 2
      scripts/install.sh

2
scripts/install.sh

@ -111,7 +111,7 @@ fi
# SSH Server # SSH Server
sudo -E apt-get install -y openssh-server || sudo -E apt purge -y openssh-client; sudo -E apt-get install openssh-server sudo -E apt-get install -y openssh-server || sudo -E apt purge -y openssh-client; sudo -E apt-get install -y openssh-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