.ssh config info sample
cat .ssh/config
ServerAliveInterval 60
Host jp-1
HostName ip
User ubuntu
Port 22
IdentityFile ~/.ssh/cloud.key
cat .ssh/config
ServerAliveInterval 60
Host jp-1
HostName ip
User ubuntu
Port 22
IdentityFile ~/.ssh/cloud.key