markdown SSH Config文件多个服务器dengan多个密钥

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown SSH Config文件多个服务器dengan多个密钥相关的知识,希望对你有一定的参考价值。

# SSH Config files

``` bash
$ vim ~/.ssh/config

Host alias
  Hostname s1.namadomain.com
  User namauser
  Port 22
  IdentityFile ~/.ssh/privatekey

Host alias2
  Hostname s2.namadomain.com
  User namauser
  Port 22
  IdentityFile ~/.ssh/privatekey2


$ ssh alias

```

以上是关于markdown SSH Config文件多个服务器dengan多个密钥的主要内容,如果未能解决你的问题,请参考以下文章

markdown 多个用户ssh配置文件untuk远程存储库github

利用 ssh 的用户配置文件 config 管理 ssh 会话

Windows 的 .ssh/config 文件 (git)

利用ssh的用户配置文件config管理ssh会话

使用config 来管理ssh的会话

Mac SSH使用config配置文件管理多个git账户