SSH

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Tips)
Line 19: Line 19:
==Tips==
==Tips==
*[http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html| SSH login without password]
*[http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html| SSH login without password]
 +
**method 1
<pre>
<pre>
  >ssh-keygen
  >ssh-keygen
  >ssh-copy-id -i ~/.ssh/id_rsa.pub remote_host (e.g. panflam.korea.ac.kr)
  >ssh-copy-id -i ~/.ssh/id_rsa.pub remote_host (e.g. panflam.korea.ac.kr)
  >ssh remote_host
  >ssh remote_host
 +
</pre>
 +
**method 2
 +
<pre>
 +
>ssh-keygen
 +
>cat ~/.ssh/id_rsa.pub | ssh user@remotehost 'cat >> ~/.ssh/authorized_keys'
 +
>ssh remotehost
</pre>
</pre>

Revision as of 04:20, 7 January 2013

(Unix document:Link 참고할것)

Contents

SSH secured shell

VPN (virtual private network)

연구실 서버접속

Tips

 >ssh-keygen
 >ssh-copy-id -i ~/.ssh/id_rsa.pub remote_host (e.g. panflam.korea.ac.kr)
 >ssh remote_host
>ssh-keygen
>cat ~/.ssh/id_rsa.pub | ssh user@remotehost 'cat >> ~/.ssh/authorized_keys'
>ssh remotehost
Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox