+ -
当前位置:首页 → 问答吧 → 关于freebsd下使用SSH;连接的问题!!!

关于freebsd下使用SSH;连接的问题!!!

时间:2005-05-18

来源:互联网

基本情况:我以用的是虚拟机安装的FREEBSD5.3,在用ports安装完OPENSSL后,在xp下用ssh Secure Shell Client连接freebsd,却怎么也连接不上!!我用“ssl -l”提示连接被拒绝!!
请问怎么做才能连接到freebsd!!

作者: lijichao   发布时间: 2005-05-18

sockstat -4 |grep ssh

you will find that the ssh is not running.

then view /etc/rc.d/sshd
you will find that you have not the cert in the system.

作者: Eg_zm   发布时间: 2005-05-22