Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langhtml
ssh-copy-id username@remotehost

...

Disable Password Authentication

Adjust the following,

Code Block
langhtml
# Change to no to disable tunnelled clear text passwords
#PasswordAuthentication yes

Remove the comment and change to no

Resources

http://www.ibm.com/developerworks/library/l-keyc.html - pretty good article, I think I can improve it, shorter, clearly show when running on client or server.

...