标签:mon html ini new 使用 tail etc /etc/ bsp
linux端开启ssh服务
1.安装openssh-server包
sudo apt-get install openssh-server
2.启动ssh server
sudo /etc/init.d/ssh start
3.确认ssh服务启动
ps -e | grep ssh
4.设定服务端口,设置完后重启服务
sudo vi /etc/ssh/sshd_config
sudo /etc/init.d/ssh restart
windos端设置连接配置
推荐使用工具bitvise,好处是既有命令窗口,又有文件窗口,非常方便!
标签:mon html ini new 使用 tail etc /etc/ bsp
原文地址:https://www.cnblogs.com/wu-chao/p/9090894.html