Added line for SSH password auth
parent
38f13afc4c
commit
2a3116be6d
@ -1,5 +1,6 @@
|
|||||||
PermitRootLogin no
|
PermitRootLogin no
|
||||||
PermitEmptyPasswords no
|
PermitEmptyPasswords no
|
||||||
AllowTcpForwarding yes
|
AllowTcpForwarding yes
|
||||||
# After changing the below run sudo service ssh restart
|
# After changing any of the below run sudo service ssh restart
|
||||||
#PubkeyAuthentication yes
|
#PubkeyAuthentication yes
|
||||||
|
#PasswordAuthentication yes
|
Loading…
Reference in New Issue