1. sudo apt-get install openssh-server
2. sudo apt-get install ssh
本文提供了一种在Linux系统中安装SSH服务的方法。通过两条命令:首先使用sudo apt-get install openssh-server来安装openssh-server;接着使用sudo apt-get install ssh来安装ssh客户端。这样既方便又快捷。
1. sudo apt-get install openssh-server
2. sudo apt-get install ssh

被折叠的 条评论
为什么被折叠?