其他分享
首页 > 其他分享> > MacOS ssh config 配置

MacOS ssh config 配置

作者:互联网

Host 别名

    #password 注释,保存密码

    HostName IP

    User 服务器账号#root

    Port 端口

    IdentityFile ~/.ssh/id_rsa #指定密钥

    RemoteCommand cd /home/XXX/XXX && /bin/bash    #登录后执行的命令,比如切换到指定目录,可忽略

    RequestTTY yes    #可忽略

    #IdentitiesOnly yes  #可忽略

标签:IdentityFile,MacOS,XXX,指定,忽略,ssh,yes,config
来源: https://www.cnblogs.com/niexiongjun/p/15893935.html