~/.ssh/config - How to create alias for ssh connection: End Result - `ssh aws-eu-north-1` to connect
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host aws-eu-north-1 | |
HostName ec2-16-170-180-221.eu-north-1.compute.amazonaws.com | |
User ubuntu | |
IdentityFile /home/rivanov/.ssh/aws_ed25519-eu-north-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment