SSH config file host entry ssh

Shorthand alias: 'ssh dev' triggers all options

cat >> ~/.ssh/config <<'EOF' Host dev HostName 10.0.0.5 User ubuntu IdentityFile ~/.ssh/dev_key ProxyJump bastion EOF