Tagged Questions
3
votes
3answers
116 views
SSH to two addresses, use the one that connects first
I have a home computer (let’s call it franklin because that’s what I call it) that I often ssh into from my work laptop. When I’m at home, I ssh to franklin.local, and when I’m at work or anywhere ...
0
votes
0answers
111 views
Host reachable via SSH from my desktop but not my laptop
I try to use ssh to log in to a remote host.
This works for my Ubuntu desktop, however, it fails from my Fedora 14 laptop.
The failure means after I type ssh username@host and pressed Enter, ...