首页  编辑  

Linux安装SSH

Tags: /计算机文档/Linux & Unix/   Date Created: Thu Jun 13 2013 07:08:01 GMT+0000 (Coordinated Universal Time)

安装 SSH

sudo apt-get install openssh-server openssh-client

# 可以通过 ssh 指令连接到远程服务器来测试一下

ssh remote_user@remote.server.ip