【Ubuntu配置ssh和sftp与windows的xshell连接】
- 一、Ubuntu配置ssh
- 1、查看是否已经安装
- 2、安装openssh server
- 3、修改端口 修改Port后的参数
- 4、重启ssh
- 5、查看状态
- 6、查看端口
- 二、windows连接
一、Ubuntu配置ssh
1、查看是否已经安装
dpkg -l | grep ssh
2、安装openssh server
sudo apt install openssh-server
3、修改端口 修改Port后的参数
sudo vi /etc/ssh/sshd_config
4、重启ssh
sudo service ssh restart
5、查看状态
sudo service ssh status
6、查看端口
netstat -an | grep "LISTEN "
二、windows连接
【xshell和xftp】SSH和SFTP/FTP客户端下载
https://www.xshell.com/zh/free-for-home-school/