六狼论坛's Archiver
首页
›
Ubuntu
› 远程连接Linux (Ubuntu配置SSH服务) 端口22
womendu
发表于 2013-2-7 07:12:12
远程连接Linux (Ubuntu配置SSH服务) 端口22
安装OpenSSH
Ubuntu缺省没有安装SSH Server,使用以下命令安装:
sudo apt-get install openssh-server openssh-client
不过Ubuntu缺省已经安装了ssh client。
配置完成后重起:
sudo /etc/init.d/ssh restart
windows 客户端用putty连接命令shell模式
页:
[1]
查看完整版本:
远程连接Linux (Ubuntu配置SSH服务) 端口22