I'd like to migrate my old home from an Ubuntu 19.04 to a new laptop running 20.04. Normally I'd use ssh/scp,rsync and unison. Can't use a cable as the new laptop doesn't have ethernet port. Not sure if a usb-c cable would work but I don't have one, so I'd like to do this wirelessly.
I've tried the following:
scp from one host to another(as I've done many times in the past) using the correct IP address.. ssh won't connect and ping doesn't respond either. Both are connected to the same WLAN but they seem isolated- wondering if it's some firewall at play (which I haven't found traces off). My other suspect was router settings- however pinging a windows box on the same wlan worked fine, which suggested the issue was specific to the Ubuntu boxes.
tried to set up a adhoc wifi connection in NetworkManager gui (following the howto here: https://help.ubuntu.com/community/WifiDocs/Adhoc) . I also had success with in the past with other distributions, but as I remember then NM used to have more wizards/options to make this straightforward.. now just setting the same SSIDs and Ad-hoc mode didn't lead to successful connection. Couldn't find any up to date documentation/howtos for this either.
Wondering what is the current best way for either of the above, or any other quick and robust way to connect 2 ubuntus? (avoiding pendrives or uploading to cloud). Thanks for any hints!
ping
command. "The current easiest way to connect" is the least of your worries, as well as the second or third easiest and less current ways. – mikewhatever Nov 07 '20 at 17:40