SSH Summary
-
'ssh' means Secure Shell
-
~/.sshis the folder that stores:- private/public keys
- configuration to establish a secure connection to your servers/instances
-
Split your ssh config into smaller files by environment.
- e.g.
~/.ssh/conf.d/jod/qa.config - e.g.
~/.ssh/conf.d/jod/prod.config
- e.g.
-
Use
ProxyJumpto connect to your bastion host.- e.g.
ProxyJump jod.prod.haproxy
- e.g.