wfxr
2/27/2017 - 7:13 AM

ssh配置文件

ssh配置文件

# Name this file as "config" and put it to ~/.ssh/
# Ref: http://blog.csdn.net/newjueqi/article/details/47293897
Host        cjb

    HostName        216.194.70.6

    Port            22

    User            user

    IdentityFile    ~/.ssh/cjb

 

Host        alias

    HostName    hostname

    Port        port

    User        user