~/.ssh/config 配置格式

Posted eleven24

tags:

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

 

Host server1
  HostName server1.cyberciti.biz
  User nixcraft
  Port 4242
  IdentityFile /nfs/shared/users/nixcraft/keys/server1/id_rsa

 

如:

Host aliyun
  HostName 123.123.123.123
  User root
  Port 22
  IdentityFile /Users/ruby/.ssh/id_rsa

以上是关于~/.ssh/config 配置格式的主要内容,如果未能解决你的问题,请参考以下文章

ssh配置文件ssh_config和sshd_config区别

SSH config 配置

PyCharm SSH 隧道通过本地 ssh 配置 (~/.ssh/config)

Linux下的/etc/ssh/ssh_config文件配置详解SSH配置文件相关参数详细说明

简单了解sshd_config配置文件

/etc/ssh/sshd_config 配置(ssh连接)