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 commandssudo apt-get updatesudo apt-get install sshThat’s it. To confirm the working ssh. Run the following commands from another machinessh username@IP_of_the_ubuntu_machineIf you get following error then
1. ssh is not running on the remote server
2. ssh is configured to run on different portssh: connect to host 192.168.1.10 port 22: Connection refusedAlso remember to open ssh port between remote and host machine for communication.
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2Cobbler批量部署RedHat Linux用Proxmox创建虚拟机图文教程相关资讯 SSH Ubuntu 12.04安装
- SSH/SSL 源码编译安装简易操作说明 (今 07:03)
- Mac使用ssh出现permission denied( (03月23日)
- Mac OS X下配置远程Linux 服务器 (12/22/2015 15:21:41)
| - Teleport:面向集群及团队的 SSH (04月11日)
- 如何在 CentOS / RHEL 上设置 SSH (01月18日)
- SSH相互信任配置 (12/20/2015 19:58:17)
|
本文评论 查看全部评论 (0)