HI there,
Is there a way i can locate the current ssh process running? Specifically, i need to find the program.
I did ps aux | grep ssh but then i only get the followin:
root 30348 0.0 0.0 1820 568 pts/2 R+ 11:35 0:00 grep ssh
I am trying to locate where I can restart my ssh and where I can config it.
I think its running ssh2
but when id do
/usr/local/sbin/sshd2 restart
it gives me ....
# /usr/local/sbin/sshd2
: OpenSSH_3.8.1p1 on i686-pc-linux-gnu
: FATAL: Creating listener failed: port 22 probably already in use!
# /usr/local/sbin/sshd2 restart
sshd2: FATAL: Extra arguments in command line
and I am kind of lost now ....
any input is much appreciated.
Is there a way i can locate the current ssh process running? Specifically, i need to find the program.
I did ps aux | grep ssh but then i only get the followin:
root 30348 0.0 0.0 1820 568 pts/2 R+ 11:35 0:00 grep ssh
I am trying to locate where I can restart my ssh and where I can config it.
I think its running ssh2
but when id do
/usr/local/sbin/sshd2 restart
it gives me ....
# /usr/local/sbin/sshd2
: OpenSSH_3.8.1p1 on i686-pc-linux-gnu
: FATAL: Creating listener failed: port 22 probably already in use!
# /usr/local/sbin/sshd2 restart
sshd2: FATAL: Extra arguments in command line
and I am kind of lost now ....
any input is much appreciated.