개요
- ~/.ssh/config
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/my.pem
Host 135.79.246.80
User root
IdentityFile C:\my.pem
Host github.com
User git
Hostname github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/my.pem
Host 135.79.246.80
User root
IdentityFile C:\my.pem