セキュアなリモートコントロールが可能なSSHクライアント
|
使用例
$ hostname
linux01.local
$ ssh -l user01 192.168.1.103
The authenticity of host '192.168.1.103 (192.168.1.103)' can't be established.
RSA key fingerprint is 79:68:a1:84:bb:cb:15:ca:60:91:6e:41:54:ac:f4:01.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '192.168.1.103' (RSA) to the list of known hosts.
user01@192.168.1.103's password:
Last login: Tue Aug 14 21:03:46 2012 from 192.168.1.101
user01@localhost > hostname
sun01.local
|
|
|