SSH connection times out when trying to remotely connect to my personal computer from laptop on another network
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a desktop computer and a laptop. Both run Debian 9.5. Both have openssh installed.
On my desktop, when I run ip a
, I see this as part of the output:
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
# Some other stuff
inet 192.168.0.11
On my laptop, when I run ssh myDesktopUsername@192.168.0.11
, I get this error after a while: ssh: connect to host 192.168.0.11 port 22: Connection timed out
.
My desktop computer is connected to my Motorola router/modem by Ethernet cable. On the port forwarding section of my router/modem page, I have this rule.
My laptop is not on the same network as my desktop machine. Using my laptop, how do I remotely connect to my desktop via SSH?
ssh port-forwarding
add a comment |Â
up vote
0
down vote
favorite
I have a desktop computer and a laptop. Both run Debian 9.5. Both have openssh installed.
On my desktop, when I run ip a
, I see this as part of the output:
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
# Some other stuff
inet 192.168.0.11
On my laptop, when I run ssh myDesktopUsername@192.168.0.11
, I get this error after a while: ssh: connect to host 192.168.0.11 port 22: Connection timed out
.
My desktop computer is connected to my Motorola router/modem by Ethernet cable. On the port forwarding section of my router/modem page, I have this rule.
My laptop is not on the same network as my desktop machine. Using my laptop, how do I remotely connect to my desktop via SSH?
ssh port-forwarding
Is the ssh server on 192.168.0.11 running?systemctl status sshd.service
...
â jasonwryan
4 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a desktop computer and a laptop. Both run Debian 9.5. Both have openssh installed.
On my desktop, when I run ip a
, I see this as part of the output:
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
# Some other stuff
inet 192.168.0.11
On my laptop, when I run ssh myDesktopUsername@192.168.0.11
, I get this error after a while: ssh: connect to host 192.168.0.11 port 22: Connection timed out
.
My desktop computer is connected to my Motorola router/modem by Ethernet cable. On the port forwarding section of my router/modem page, I have this rule.
My laptop is not on the same network as my desktop machine. Using my laptop, how do I remotely connect to my desktop via SSH?
ssh port-forwarding
I have a desktop computer and a laptop. Both run Debian 9.5. Both have openssh installed.
On my desktop, when I run ip a
, I see this as part of the output:
enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
# Some other stuff
inet 192.168.0.11
On my laptop, when I run ssh myDesktopUsername@192.168.0.11
, I get this error after a while: ssh: connect to host 192.168.0.11 port 22: Connection timed out
.
My desktop computer is connected to my Motorola router/modem by Ethernet cable. On the port forwarding section of my router/modem page, I have this rule.
My laptop is not on the same network as my desktop machine. Using my laptop, how do I remotely connect to my desktop via SSH?
ssh port-forwarding
ssh port-forwarding
asked 7 mins ago
Username
2971415
2971415
Is the ssh server on 192.168.0.11 running?systemctl status sshd.service
...
â jasonwryan
4 mins ago
add a comment |Â
Is the ssh server on 192.168.0.11 running?systemctl status sshd.service
...
â jasonwryan
4 mins ago
Is the ssh server on 192.168.0.11 running?
systemctl status sshd.service
...â jasonwryan
4 mins ago
Is the ssh server on 192.168.0.11 running?
systemctl status sshd.service
...â jasonwryan
4 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f477873%2fssh-connection-times-out-when-trying-to-remotely-connect-to-my-personal-computer%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Is the ssh server on 192.168.0.11 running?
systemctl status sshd.service
...â jasonwryan
4 mins ago