我想大家在刚接触ubuntu8.04 server 都想使用 SSH 来远程登陆 配置ubuntu8.04 server
我们可以在客户端的计算机上使用SecureCRT这样的话更加便利大家的使用。
但是由于ubuntu8.04 server 的安全系数比较高 默认的话 大部分的端口是关闭的
只有安装了相关的组件才会开启端口。
现在来告诉大家安装的方法
1 Installation
Installation of the OpenSSH client and server applications is simple. To install the OpenSSH client applications on your Ubuntu system, use this command at a terminal prompt:
sudo apt-get install openssh-client
To install the OpenSSH server application, and related support files, use this command at a terminal prompt:
sudo apt-get install openssh-server
安装了上面两个命令以后 就可以使用SSH进行远程登陆了
当然你也可以对SSH 的默认行为就行修改
You may configure the default behavior of the OpenSSH server application, sshd, by editing the file
vi /etc/ssh/sshd_config
如果对SSH_config 不是很了解可以
man sshd_config