Child pages
  • ssh passwordless login
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Without fsknop

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

ssh bl@SERVICE.homelinux.com

#ie 
ssh bl@ihs.homelinux.com

otherwise you can specify which key to use

ssh bl@SERVICE.homelinux.com -i /path/to/key/id_rsa
  • No labels