linux-ssh

Posted dailycode

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

 
















以上是关于linux-ssh的主要内容,如果未能解决你的问题,请参考以下文章