Simplified SSH login

Dec 30, 2022
< >

I can simplify the ssh login to my virtual private server to

ssh droplet

instead of

ssh georg@ip-of-my-vps-i-have-to-remember

I just have to add the config file to the .ssh directory with the following content

Host droplet
HostName 121.15.410.158
User georg
IdentityFile ~/.ssh/droplet_id_rsa
</ >
Impressum