Logicalwebhost Cheatsheet

Linux & Open Source Cheatsheets & Howto's

Skip to: Content | Sidebar | Footer

Date: January 26th, 2011

ssh

26 January, 2011 (17:21) | linux commands | By: unclecameron

an encrypted login to a server running openssh-server install (debian variants) apt-get install openssh-serverapt-get install openssh-server configure to login from your laptop without being prompted for passwords, using dsa encrypted keys you generate on your laptop and then transfer to the server so it knows who you are by matching the key when you login. […]