I am running 11.2 and set ssh to boot at runlevel 3 and 5 through yast and started the service through the terminal. I have turned off the firewall on my wireless router and in the local firewall.
When I try to connect from a machine in my office, I get the following
ssh: connect to host xx.xxx.xx.xxx port 22: Connection refused
When I run telnet from the machine, I get:
telnet: connect to address xx.xxx.xxx.xx: Connection refused
telnet: Unable to connect to remote host: Connection refused
Hi
You need to route (port forward) from your router to the machine your
trying to connect to. I would also recommend you change the default
port to something other than 22 as well…
Hi
You need to route (port forward) from your router to the machine your
trying to connect to. I would also recommend you change the default
port to something other than 22 as well…
M,
I never port forward. I have the router firewall on and just the appropriate port in SUSE open.
But I do have some niggles - but in 11.3
Don’t mean to but in but: ssh issues in 11.3
I tried port fowarding on my router to no avail. I do not know what to change in the sshd_config file. The only change I have made was to not permit root login and only allow one user ssh rights.
I would run a portscanner from a remote machine, just to check sshd is listening for connections. nmap is good (bit full-on, but you get cool points as Trinity used it in The Matrix).
Can you do ssh user@localhost (locally)?
Have you considered that your office may not allow outbound connections on port 22? Mine allows nothing but 80/445 so no ssh for me alas.
Hello,
did you try Konsole (root) ?
</etc/init.d/sshd status>
On o.S. 11.2 sshd is <unused> by default after booting.
To activate type </etc/init.d/sshd start>,for deactivation
type </etc/init.d/sshd stop >
It returns to <unused> after turning off the machine.
On o.S. 11.1 sshd is running by default after booting.
E.K.