I tried to use SSH to reach my Pi 3
ssh pi@192.168.100.3
but I get this message ssh: connect to host 192.168.100.3 port 22: Connection refused I install and install SSH but nothing has worked I tried to run
sudo ufw status verbose
but the output was :
Status: active
Logging: on (low)
Default: deny (incoming), allow (outgoing), disabled (routed)
New profiles: skip
To Action From
-- ------ ----
22 ALLOW IN Anywhere
22 (v6) ALLOW IN Anywhere (v6)
EDITED :
I tested the SSH status and it was active
sudo service ssh status
the output :
ssh.service - OpenBSD Secure Shell server
Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enab
Active: active (running) since Wed 2016-09-07 05:01:47 AST; 7h ago
Process: 16337 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCE
Main PID: 15478 (sshd)
CGroup: /system.slice/ssh.service
└─15478 /usr/sbin/sshd -D
Plz help
** I am using Ubuntu 16.04
pi
? – Milliways Sep 07 '16 at 03:08sudo nmap -sn 192.168.100.*
and now I am lost. but I really appreciate your help – test me Sep 07 '16 at 10:42