sshd don't want to close

Yarden

Verified User
Joined
Nov 14, 2008
Messages
45
behezrat hashem

helllloooooooooooooooooooo!@!!!!:)


Code:
[root@bere**** init.d]# service sshd stop
Stopping sshd:                                             [FAILED]
[root@bere**** init.d]# service sshd restart
Stopping sshd:                                             [FAILED]
Starting sshd:                                             [  OK  ]

when i try to close from directadmin:




An error has occurred

Details

/sbin/service sshd stop 2>&1



more question:
how can i block all users to login into directadmin, without close directadmin??
 
Last edited:
Code:
[root@bere**** init.d]# tail /var/log/messages
May  6 16:25:39 bere**** proftpd[20423]: 212.150.123.243 (::ffff:24.39.209.186[::ffff:24.39.209.186]) - FTP session opened.
May  6 16:25:43 bere**** proftpd[20428]: server.myserver.com (::ffff:24.39.209.186[::ffff:24.39.209.186]) - FTP session opened.
May  6 16:25:51 bere**** sshd: sshd shutdown succeeded
May  6 16:25:57 bere**** sshd: Stopping sshd failed
May  6 16:35:18 bere**** proftpd[21650]: server.myserver.com (::ffff:85.65.229.34[::ffff:85.65.229.34]) - FTP session opened.
May  6 15:35:18 bere**** proftpd[21650]: server.myserver.com (::ffff:85.65.229.34[::ffff:85.65.229.34]) - Preparing to chroot to directory '/home/pjnet'
May  6 16:40:24 bere**** named[16851]: client 80.179.222.77#1755: updating zone '***.co.il/IN': update failed: 'RRset exists (value dependent)' prerequisite not satisfied (NXRRSET)
May  6 16:40:24 bere**** named[16851]: client 80.179.222.77#1758: update 'dipo.co.il/IN' denied
May  6 16:41:25 bere**** mod_evasive[22371]: Blacklisting address 87.68.166.25: possible DoS attack.
May  6 16:43:08 bere**** sshd: Stopping sshd failed
[root@bere**** init.d]# ps xua | grep -i sshd
root     17213  0.0  0.0  8628 2060 ?        Ss   14:17   0:01 sshd: root@pts/7
root     22701  0.0  0.0  5228  732 pts/7    R+   16:43   0:00 grep -i sshd
 
Strange doesnt say why its not working.

You could try starting sshd in debug mode:

/usr/sbin/sshd -d

or

/usr/local/sbin/sshd -d
 
Strange doesnt say why its not working.

You could try starting sshd in debug mode:

/usr/sbin/sshd -d

or

/usr/local/sbin/sshd -d

it's now work!
thanks


but i have more question:
how can i block all users to login into directadmin, without close directadmin??
 
Back
Top