text ssh_config中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ssh_config中相关的知识,希望对你有一定的参考价值。

Host *
            ConnectTimeout 10
            ServerAliveInterval 240
            ControlMaster auto
            ControlPersist 360
            ControlPath ~/.ssh/ssh_mux_%h_%p_%r

Host server* business* emailserver* premium* aserver* kvmnode*
            Hostname %h.web-hosting.com
            IdentityFile ~/.ssh/vadim.samofalov_techsup
            User root
            Port 12789
            ForwardAgent yes
            StrictHostKeyChecking no
            
Host host*
            Hostname %h.registrar-servers.com
            IdentityFile ~/.ssh/vadim.samofalov_techsup
            User root
            Port 12789
            ForwardAgent yes
            StrictHostKeyChecking no
            
Host ncts
           Hostname 10.1.0.11
           IdentityFile ~/.ssh/vadim.samofalov_techsup
           User vadimsamofalov@inner.directory

以上是关于text ssh_config中的主要内容,如果未能解决你的问题,请参考以下文章

ssh配置文件ssh_config和sshd_config区别

linux ssh_config和sshd_config配置文件学习

linux ssh_config和sshd_config配置文件

python 在ssh_config上定义的远程主机上使用paramiko运行命令

ruby 在OpenStack,GCE,DigitalOcean上应用terraform后生成ssh_config的快速脚本

环境配置本地配置sublime text以及和远程linux设置sftp