要远程维护一个站点:求相关远程维护工具!

由 txkss 在 05-26-2004 00:54 发表:

要远程维护一个站点:求相关远程维护工具!

如题

要SSH登录的


由 Snoopy 在 05-26-2004 01:54 发表:


我自己在windows下就用putty


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 chg 在 05-27-2004 00:38 发表:


putty

我在xp下用putty登录我的linux,可以在vi中输入中文。


由 txkss 在 05-27-2004 21:43 发表:


--------------------------------

我在xp下用putty登录我的linux,可以在vi中输入中文。

--------------------------------

你是怎么做到的啊 我记得以前连中文都看不了 后来只好用zhcon


由 吾同树 在 05-29-2004 13:54 发表:

我用的是VNC 感觉还可以的!!

具体是 XP 管理我的 RH 9 因为我的哪个显示器快退休了不敢用时间久了所以


风雨依旧 吾同依旧


由 吾同树 在 05-29-2004 14:40 发表:

上面的是没有数据加密的管理方法!

我们要使用 OpenSSH 的端口转发功能( Port Forwarding)

它的原理是把本地的可户的一个端口映射为远端服务器的服务端口. SSH 允许用户影射服务器的任意一个服务端口到本地可户机的任何没有使用的端口上,这样 就可以建立一条"加密的通道"

下面是 RH 与RH 之间的 通过 SSH 和 VNC 配置!!

1. 检查 SSH 配置

用命令: #telnet remotehostname 22

telnet:Unable to connect to remote host: Connection refused

要是有这样的信息,就说明没有运行 SSH 服务软件.那就要检查自己的系统上装没装 运行没一运行了.

要是 下面的信息:

[root@hocalhost root]# telnet 12.16.78.66 22

Trying 172.16.78.66...

Connected to 172.16.78.66.

Escape character is '^]'.

Red Hat Linux release 9.0

Kernel 2.4.20-8 on an i686

login:

说明 运行着SSH服务进程, 可以进行端口转发.

2 .建立安全的隧道

创建 一个TCP/IP 端口转发"隧道"

#ssh -L local-port:remote-hostname:remote-port username@hostname

local-port 本地没有使用的端口号

remote-hostname 需要被映射远程服务器名

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus