Advertisement
Guest User

Untitled

a guest
Aug 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ssh -i path-to-pem-file ubuntu@ip-address
  2.  
  3. Selects a file from which the identity (private key) for public
  4. key authentication is read. The default is ~/.ssh/identity for
  5. protocol version 1, and ~/.ssh/id_dsa, ~/.ssh/id_ecdsa,
  6. ~/.ssh/id_ed25519 and ~/.ssh/id_rsa for protocol version 2.
  7. Identity files may also be specified on a per-host basis in the
  8. configuration file. It is possible to have multiple -i options
  9. (and multiple identities specified in configuration files). If
  10. no certificates have been explicitly specified by the
  11. CertificateFile directive, ssh will also try to load certificate
  12. information from the filename obtained by appending -cert.pub to
  13. identity filenames.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement