You want to copy the code to Ubuntu on a VMware virtual machine and find that the previously installed SECURECRT link is not. found that the SSH installation configuration is a problem, so the Openssh-server uninstall after the reload, and found that is inconsistent with the Openssh-client version (the client is the Ubuntu system comes with the installation), and then the openssh-client uninstall after reloading , and finally solved the problem. OpenSSH installed quickly, so the problem of direct unloading load or relatively simple and neat. Here are the related actions:
1. First stop SSH service: sudo stop ssh
2. Uninstall Openssh-server:apt-get Remove Openssh-server
3. Uninstall Openssh-client:apt-get Remove Openssh-client
4, installation Openssh-server:apt-get install Openssh-server
5, installation Openssh-client:apt-get install Openssh-client
6. After the installation is complete, start the service: Sudo/etc/init.d/ssh start
7. After starting, check whether the service starts correctly: Ps-e|grep SSH
8. Confirm that Ssh-server is working properly: NETSTAT-TLP
Install, start, and uninstall ssh under Ubuntu