Changes

Jump to navigation Jump to search
118 bytes added ,  16:01, 25 January 2018
Line 201: Line 201:  
== Enable ssh at boot ==
 
== Enable ssh at boot ==
 
  update-rc.d -f ssh enable 2 3 4 5
 
  update-rc.d -f ssh enable 2 3 4 5
 +
 +
== Force password authentication ==
 +
ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no example.com

Navigation menu