tt-tt

《转》http://blog.csdn.net/ljob2006/article/details/5302108


使用Windows远程登录 Ubuntu

一、SSH登录
    1、Ubuntu默认没有安装SSH ,可以在新得利软件安装程序里,搜索SSH,标记并安装;
         或者使用命令:
    sudo apt-get install openssh-server
    sudo /etc/init.d/ssh restart
    ssh localhost

    用netstat -tlp可以查看ssh服务已经打开.

    显示如:   tcp6  0   0[::]:ssh    [::]:*   LISTEN

    2、然后在Ubuntu里,菜单‘系统’ - ‘首选项’ - ‘远程桌面’ ,打开相关选项 。
    3、在 Windows系统里 ,使用 Putty 或者 SSH Secure Shell Client 进行登录,输入机器名或IP、用户名、端口、密码,即可登录到Ubuntu终端界面。

分类:

技术点:

相关文章:

  • 2021-10-29
  • 2021-10-03
  • 2021-10-19
  • 2021-10-19
  • 2021-10-19
  • 2021-10-19
  • 2022-01-18
猜你喜欢
  • 2021-10-19
  • 2021-10-19
  • 2021-10-19
  • 2021-10-19
  • 2021-08-18
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案