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 revision
Previous revision
Next revisionBoth sides next revision
linux:ssh [2014/12/20 06:03] percylinux:ssh [2015/01/03 14:32] – external edit 127.0.0.1
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