Hey there,
I just installed Raspbian on my Raspberry Pi and really want to get SSH working. I already forwarded port 22 in my router and gave the pi a static IP.
Whenever I SSH the pi via its local IP on either Windows or Linux I get a connection and I can start using SSH.
The problems start at using SSH from outside my home network. I can't get connected on my linux laptop via SSH when I'm at university. I simply get an error which tells me the connection timed out.
The even stranger thing is: When my classmate connects to my pi via SSH in either his Windows or Linux system it works... When other classmates try to SSH they get the same problem as I do.
So I thought the problem might be in my SSH settings on my laptop. But when I try to SSH into my classmates ArchLinux server I simply connect.
I have no idea what the problem could be, since the SSH server(my pi) seems to work for one of my classmates, which tells me the portforwarding etc works. It can't really be the client side(my laptop) since I can SSH into my classmates ArchLinux server.
Does anyone has tips or needs config files to see what's wrong?