cnstalker

远程连接Linux服务器一般使用ssh方式。

1、Linux系统下连接远程Linux服务器可以直接使用ssh命令。

格式如下:

ssh root@192.168.1.1

root对应你使用的用户名,192……对应的服务器ip地址,一般服务器端口22,命令默认22,如果需要更改端口在ssh后面 -p 端口。

 

2、Windows系统下连接Linux服务器一般需借助PuTTY, Xshell, SSH Secure Shell Slient,SecureCRT。

分类:

技术点:

相关文章:

  • 2021-08-17
  • 2021-12-09
  • 2021-12-15
  • 2021-09-07
  • 2021-10-28
  • 2021-11-24
  • 2021-12-14
猜你喜欢
  • 2021-12-14
  • 2021-10-22
  • 2021-12-14
  • 2021-04-11
  • 2021-06-30
相关资源
相似解决方案