首页  编辑  

Linux安装SSH

Tags: /计算机文档/Linux & Unix/   Date Created:

安装 SSH

sudo apt-get install openssh-server openssh-client

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

ssh remote_user@remote.server.ip