摘要:
一、场景如下: 各个角色的对应关系如下: 与 内网 ssh client 是同一台机器 ( 目的端口: hostport 22 ) 两个帐号:admin/password为“内网机器”ssh的登录帐号密码,VPS-user/password为“公网VPS”ssh的登录帐号密码 网络连通情况:“内网机 阅读全文
摘要:
ssh包括客户端配置(ssh_config)和服务端配置(sshd_config) 一、客户端配置ssh_config,客户端软件有SecureCRT、putty、Xshell等 “#”表示注释,虽然表示不起作用,但有时说明此为系统默认的初始化设置 二、服务端配置sshd_config ###### 阅读全文