码迷,mamicode.com
首页 > 系统相关 > 详细

linux-ssh

时间:2018-07-28 13:45:47      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:远程   inux   其他   liunx   winscp   grep   conf   top   apt   

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

标签:远程   inux   其他   liunx   winscp   grep   conf   top   apt   

原文地址:https://www.cnblogs.com/dailycode/p/9381627.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!