Child pages
  • ssh passwordless login

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Without fsknop

General syntax
This will work if you have the private key in .ssh

Code Block
ssh bl@SERVICE.homelinux.com

#ie 
ssh bl@ihs.homelinux.com

otherwise you can specify which key to use

Code Block
ssh -i /path/to/key/id_rsa bl@SERVICE.homelinux.com