Ubuntu 12.04 SSH 安装
By default Ubuntu Desktop OS comes with ssh client package. It does not include ssh server package which is needed to access this machine.
To install SSH on the newly installed Ubuntu 12.04 run following commands
sudo apt-get update sudo apt-get install ssh
That’s it. To confirm the working ssh. Run the following commands from another machine
ssh username@IP_of_the_ubuntu_machine
If you get following error then
1. ssh is not running on the remote server
2. ssh is configured to run on different port
ssh: connect to host 192.168.1.10 port 22: Connection refused
Also remember to open ssh port between remote and host machine for communication.
相关推荐
projava 2020-11-14
WanKaShing 2020-11-12
airfish000 2020-09-11
tryfind 2020-09-14
yegen00 2020-09-10
kkaazz 2020-09-03
风语者 2020-09-02
BraveWangDev 2020-08-19
lichuanlong00 2020-08-15
gsl 2020-08-15
pandaphinex 2020-08-09
yhuihon 2020-08-09
CheNorton 2020-08-02
xiangqiao 2020-07-28
hpujsj 2020-07-26
hpujsj 2020-07-26
sshong 2020-07-19
BraveWangDev 2020-07-19
annan 2020-07-18