User Tools

Site Tools


linux:ssh

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
linux:ssh [2014/12/20 06:03] percylinux:ssh [2014/12/20 06:26] – [multiple ssh keys] percy
Line 53: Line 53:
 Host ef.pjq.me Host ef.pjq.me
     IdentityFile ~/.ssh/digitalocean_rsa     IdentityFile ~/.ssh/digitalocean_rsa
 +    User root
 +</code>
 +
 +so finally the config will be like this
 +<code>
 +Host ef.pjq.me
 +    IdentityFile ~/.ssh/digitalocean_rsa
 +    User root
 +
 +Host aliyun.pjq.me
 +    IdentityFile ~/.ssh/aliyun_rsa
 +    User root
 +
 +Host vps.pjq.me
 +    IdentityFile ~/.ssh/yardvps_rsa
     User root     User root
 </code> </code>
/var/www/dokuwiki/wiki/data/pages/linux/ssh.txt · Last modified: 2017/12/15 13:22 by percy