SSH

From CSBLwiki

Revision as of 04:22, 7 January 2013 by Igchoi (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

(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