Sponsored Content
Full Discussion: OopenSSH not letting me in!
Operating Systems Solaris OopenSSH not letting me in! Post 302088447 by dak on Tuesday 12th of September 2006 11:54:54 AM
Old 09-12-2006
There is different way/steps to trouble shooting your problem..

1. check whetehr ssh process running ps -ef | grep -i sshd | grep -v grep

2. check the port listen netstat -an | grep 22 | grep LISTEN

3. Run pfiles command on your sshd services process-id and see whether the port is been mapped to local host pfiles <pid> | grep -i port

4. last from client side try accessing via debug mode .. ssh -v <remote-host-name>
 

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

client app not letting go of socket

Ok here's the situation We have an application that our users log into over the network to one of our unix boxes (Solaris 8). I had this situation occur the other day where an user claimed that he totally shutdown the app because it froze up and wasn't able to log back in. I performed a... (1 Reply)
Discussion started by: fusion99
1 Replies

2. Shell Programming and Scripting

help me out in letting me know the meaning of sh, ksh, bash

Could you please help me out in letting me know the meaning of #!/bin/sh #!/bin/ksh #!/bin/bash what the difference between all these :eek:.... Also please view the below mention script, could you please explain whats this script doing #!/bin/bash t=100 echo $t echo $tea echo... (4 Replies)
Discussion started by: jojo123
4 Replies
All times are GMT -4. The time now is 09:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy