When connect to server (nautilus / GNOME) can’t seem to find your server…
This one was a bit of a head-banger. I use ssh_config to cut down on typing when dealing with ssh & scp et al. My config file is pretty simple and a definition for one server might be like this: Host KratosLAN User mbcdev HostName 192.168.1.10 Port 3421 IdentityFile ~/.ssh/id.rsa