ubuntu ssh的問題 - Linux

Table of Contents

9.10剛裝好的時候沒有ssh

使用apt-get裝好ssh時候可以用ssh連線

可是重新開機以後再連卻出現

ssh: connect to host IP port 22: Connection refused

我設定都沒動 查過防火牆 ubuntu內建只有iptables 都沒設定過

我有兩張網卡 交叉測試過他都出現一樣的訊息

請各位給點linux新手一點意見....

--

All Comments

Connor avatarConnor2010-01-24
你localhost連可以通嗎?
Ivy avatarIvy2010-01-25
不能...
Ophelia avatarOphelia2010-01-27
那sshd可能根本沒在跑
Blanche avatarBlanche2010-01-28
/etc/init.d/sshd start也有可能是/etc/rc.d/sshd
我不用ubuntu所以我也不確定..
Mary avatarMary2010-01-30
你真的確定ssh port在22嗎= =? 感覺有被改掉
Zanna avatarZanna2010-02-02
設定我根本沒動過阿...
Edwina avatarEdwina2010-02-04
Connection refused<-有deny的系統紀錄會這樣寫
拒絕連線
Erin avatarErin2010-02-08
你看一下secure的log有沒有啥訊息出來
Rebecca avatarRebecca2010-02-13
要裝openssh-server吧
Annie avatarAnnie2010-02-13
看看/etc/hosts.allow;檢查有沒有listen port 22
Joseph avatarJoseph2010-02-13
還有KerberosAuthentication yes 參數。這三樣都要檢查