linux-ssh

ssh

secure shell,专为远程登录会话和其他网络服务提供安全性的协议,适用于多种平台。
默认端口: 22
配置文件: /etc/ssh/ssh_config
......
# Port 22
# Protocol 2
......

sudo apt install ssh
sudo service ssh status/start/stop/restart
# ll /etc/init.d|grep ssh
-rwxr-xr-x 1 root root 4077 3月 16 2017 ssh*
# ps -ef|grep ssh
root 1348 1 0 09:41 ? 00:00:00 sshd: ubuntu16 [priv]

windows(putty+winscp) + liunx server

猜你喜欢

转载自www.cnblogs.com/dailycode/p/9381627.html