ssh
3期 2012年1月09日

ssh

用户可以从本地计算机采用SSH协议安全的登录另一台远程计算机。这里我给大家介绍在ubuntu系统下ssh的日常使用。软件工具采用openssh.

NOTE 本期宣布作废,改进版在第62期

Resource

terminal
sudo apt-get install openssh-server
service ssh start/stop/restart
terminal
dpkg -l|grep ssh
sudo vim /etc/hosts
terminal
ssh-keygen
ssh-copy-id cow
scp cow:136-jquery .