You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

339 B

SSH

Host *
 AddKeysToAgent yes
 UseKeychain yes
 IdentityFile ~/.ssh/id_ecdsa

Host some-name
  HostName 111.111.111.111
  User root

Host another-name
  HostName 222.222.222.222
  User ubuntu
  IdentityFile ~/.ssh/id_rsa