Creep adlı üyeden alıntı: mesajı görüntüle
/etc/ssh/sshd_config ve /etc/passwd içinde kullanıcıya ait olan satırı kopyalamanızı istiyorum. Ek olarak sshd -Dd parametreleri ile kullanıp bu problem hakkında daha detaylı bilgi elde etmen mümkün. /var/log/secure de yeterince açıktır.
sshd -Dd çıktısı olarak aşağıdakiler çıkıyor..


[root@server ~]# sshd -Dd
debug1: sshd version OpenSSH_4.3p2
debug1: private host key: #0 type 0 RSA1
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: Bind to port 22 on ::.
debug1: Bind to port 22 on 0.0.0.0.
Bind to port 22 on 0.0.0.0 failed: Address already in use.
Cannot bind any address.