I am new to running ubuntu so not sure what I am missing here
on My Old macbook pro (ubuntu server running): -I installed ubuntu multipass -created an ubuntu instance -with multipass list command I can see it running
on my new Macbook Pro: -I created the ssh key, copied the public
on My Old macbook pro (ubuntu server running):
- I appended the ssh using nano in the authorized_keys and sure its saved
on my new Macbook Pro:
- running command ssh ubuntu@xxx.xxx.xxx.xx (with correct ip address of course)
it hangs for about a minute then spits out the following How to fix ssh: connect to host xxx.xxx.xx.x port 22: Operation timed out
I tried running sudo apt update sudo apt install ssh sudo ufw allow 22
and completely turned of the firewall on the old Macbook pro but nothing worked
any ideas why I cant seem to be able to ssh into it remotely? I also made sure its the only server running. But nothing seems to work
I can run multipass shell of course. since I added the keys.
THanks in advance