|
Hey guys I've been trying to setup an ssh on my
server but each time I try to connect to it, it times out. I know sshd is
running, the only thing I can think of is the firewall. Does anyone know the
command to open the ssh port in linux text mode.
thanks
gm
Do you have any more
information?
What are you using to connect to it? I assume you
aren't trying to use telnet.
ssh uses port 22 by default.
also make sure the ssh daemon is
running.
"service sshd status"
|