Browse Source

remove openssh catch

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

2
scripts/install.sh

@ -114,7 +114,7 @@ fi @@ -114,7 +114,7 @@ fi
# SSH 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 -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/#PermitRootLogin.*/PermitRootLogin prohibit-password/' /etc/ssh/sshd_config

Loading…
Cancel
Save