linux我们往往当作服务器,很多时候我们需要在windows下访问linux服务器。访问过程如下:

step1:安装openssh

sudo apt-get install openssh-server

step2: 查看ip地址

ifconfig

远程访问linux

 step3: 

windows下用 putty 或其他ssh工具进行远程连接

远程访问linux

自己平时常用ssh连接工具:

putty: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

MobaXterm(有免费版) : https://mobaxterm.mobatek.net/download.html

 

相关文章:

  • 2021-11-11
  • 2022-12-23
  • 2021-10-18
  • 2021-06-09
  • 2021-07-26
  • 2021-12-15
  • 2021-10-09
  • 2021-10-09
猜你喜欢
  • 2021-06-12
  • 2021-10-22
  • 2022-01-18
  • 2021-09-01
  • 2021-09-17
  • 2021-04-05
  • 2021-09-25
相关资源
相似解决方案