As the latest version of Ubuntu system, open source, upgrade all is not a cinch. Legend has it that XP has stopped patch updates, and using Ubuntu is a good choice. Ubuntu default installation After the completion of only ssh-agent (client mode), Bing brother Baidu experience starting to teach you how to open Ubuntu13.10 ssh-server services.
Tools/Materials
Method/Step
Run under Administrator mode #
Apt-get Install Openssh-server
The installation is completed as shown below
Check the SSH service open status
Ps-s | grep ssh
Pit Daddy's discovery incredibly sshd (ssh-server) service not up
Start the SSH service with the following command
Service SSH Start
/etc/init.d/ssh start
Another pit-daddy discovery. sshd (ssh-server) service still not up
Service Open Judgment method
Allow on Ubuntu server
SSH localhost
22 Port does not open properly if the following conditions occur
Install Openssh-server once again
The system checks the version and the status of the update package
Modify the Ssh_config file
Vi/etc/ssh/ssh_config
The final must kill the count:
Restart
(reboot can be restarted via graphical or command-line interface input)
Sure enough, it's all right after the reboot.
Extranet Telnet IP 22 port test.
Ubuntu13.10:[3] How to turn on the SSH Server service