I am trying to ssh into a raspberry pi 3 from an Ubuntu 18.04 machine but kept getting this error:
ssh: connect to host port 22: Connection refusedThe raspberry pi uses an Ethernet connection for internet. I have done the following:
- I have also enabled ssh on the Pi 3 through
raspi-configand through the Raspberry Pi Configuration - I have edited the sshd_config file on the Raspberry Pi
- set the default port to port 22
- set
PasswordAunthenticatonto yes - set
PermitRootLoginto yes
- On the Pi 3, I have uninstalled and reinstalled
sshandopenssh-servermultiple times and perform step 2 with no results.
Can I get help for I'm at my wits end here
8 Reset to default