Skip to the content.

SSH 设置别名访问

vim ~/.ssh/config

Host aliasName
    HostName 123.123.123.123
    User root
    Port 22