SSH

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Tips)
(Tips)
 
Line 18: Line 18:
==Tips==
==Tips==
-
*[http://www.csua.berkeley.edu/~ranga/notes/ssh_nopass.html| SSH login without password]
+
*SSH login without password
:method 1
:method 1
<pre>
<pre>

Latest revision as of 04:22, 7 January 2013

(Unix document:Link 참고할것)

Contents

SSH secured shell

VPN (virtual private network)

연구실 서버접속

Tips

method 1
 >ssh-keygen
 >ssh-copy-id -i ~/.ssh/id_rsa.pub remote_host (e.g. panflam.korea.ac.kr)
 >ssh remote_host
method 2
>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