有人知道有关ssh比较全面的文章吗?
谢谢!
| wind521 回复于:2002-03-05 13:38:25 |
| www.linuxaid.com.cn上应该有的,你去查一下看看呀! good luck... |
| suncold 回复于:2002-03-05 13:49:28 |
| 你好! 我想在我的Red Hat 6.2上装ssh 能给我一点建议吗?谢谢!!! |
| wind521 回复于:2002-03-05 13:52:40 |
| 找到最新版本的SSH,装上就应该OK了呀!你还想知道什么呀 这样的选择是对的呀!telnet很有问题的呀! |
| suncold 回复于:2002-03-05 13:59:17 |
| 我装了可是我无法登陆 是为何? |
| wind521 回复于:2002-03-05 14:13:07 |
| 看到你ping能吗? 安装完成后会有一个sshd这样一个服务器端的程序,将它启动起来呀! 如果还有问题可能是host.deny上去问题了吧! good luck... |
| suncold 回复于:2002-03-05 14:18:31 |
| host.deny如何设置? |
| wind521 回复于:2002-03-05 14:19:43 |
| 前面两个都没有问题吗? |
| suncold 回复于:2002-03-05 14:30:06 |
| 是啊 我是用telnet上去的 开始时ssh能连的上 它提示我的用户名和密码不对 后来我重新启动时显示 Could not load host key: /usr/local/etc/ssh_host_key Could not load host key: /usr/local/etc/ssh_host_dsa_key Disabling protocol version 1. Could not load host key Disabling protocol version 2. Could not load host key sshd: no hostkeys available -- exiting. |
| wind521 回复于:2002-03-05 14:33:52 |
| 能把你的安装过程 说一下吗?好像是少东西了呀!你是用源包(tar.gz)进行安装的吗? |
| suncold 回复于:2002-03-05 14:37:18 |
| 是用tar.gz安装的 刚才那个错了( 我启动是没用root:) ) 能够启动的 login as: root Sent username "root" root@192.168.1.2's password: Access denied |
| wind521 回复于:2002-03-05 14:38:59 |
| 什么系统,是7.1吗?用普通的用户呢? |
| suncold 回复于:2002-03-05 14:41:46 |
| 是redhat6.2 我还装了一个redhat7.2能够登陆的(ssh是装系统时装的) 用普通用户和root是一样的 |
| wind521 回复于:2002-03-05 14:43:03 |
| 参看一下如下的地址: http://www.fanqiang.com/a6/b8/20010419/161425.html good luck... |
| ygzq 回复于:2003-04-02 01:46:11 |
| have you checked ur .ssh property (has to be 755)
and .ssh/identity .ssh/identity.pub have to be 600 and 644 respectively. |
| itjane 回复于:2003-12-26 14:45:55 |
| 用7.2以上的版本吧,它已自帶這個包了 |
| jeffreyli 回复于:2004-02-01 14:58:23 |
| [root@user17 openssh-3.1p1]# CC="egcs"
> CFAGS="-09 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions" > ./configure > --prefix=/usr > --sysconfdir=/etc/ssh > --with-tcp-wrappers > --with-ipv4-default > --with-ssl-dir=/usr/include/openssl checking for gcc... egcs checking for C compiler default output... configure: error: C compiler cannot create executables [root@user17 openssh-3.1p1]# ls /tmp config openssh show up problem!!! |
| jeffreyli 回复于:2004-02-26 14:40:48 |
| 哦是不是没安编译器还是???????????? |
| thesues 回复于:2004-03-30 15:23:18 |
| CC="egcs" \
> CFAGS="-09 -funroll-loops -ffast-math -malign-double -mcpu=pentiumpro -march=pentiumpro -fomit-frame-pointer -fno-exceptions" \ 什么意思 原文输入吗? |
| polo9962 回复于:2004-07-28 11:37:06 |
| 好贴 |