通过 SSH 访问 Linux 主机(服务器/VPS)

· Linux教程

我们需要通过 ssh 管理 Linux 主机, 那么如何连接呢? 工具和软件

  1. Window:Putty、XShell
  2. Mac/Linux:系统终端
  3. Android:JuiceSSH
  4. IOS:Termius

下面以 Mac 终端举例:

  1. Mac 或 Linux 系统下, 可以直接通过打开”终端”, 输入 ssh 命令达成:

ssh root@123.123.123.123

输入root密码 (注意: 屏幕不显示任何字符,输完敲回车即可)

  1. Windows 系统下, 一般使用SSH 类软件远程登陆, 常用的有 PuTTY, SecureCRT 等. 这里以 PuTTY 为例介绍. PuTTY 下载地址: PuTTY 以下是使用putty 登录Linux VPS进行远程(SSH)管理 的图片教程:

putty-1

putty-2

putty-3

putty-4

提示:输入密码是不显示的!!

putty-5

putty-6