使用 config 檔案執行 SSH 連線

做法

~/.ssh 資料夾新增 config 檔:

1
2
3
4
Host xx.xxx.com
HostName xx.xxx.xxx.xxx
User ubuntu
IdentityFile ~/.ssh/aws.pem

進行連線。

1
ssh xx.xxx.com