Hello,
When I am looking for hosts running SSH on my network with nmap, I'm doing it like this:
nmap -p 22 192.168.1.0/24
where 192.168.1.0/24
is my network IP range in cidr notation.
It quickly probes all the addresses in this range for open SSH ports and it's very fast.
By knowing your network you will be able to detect a new device easily I think.
If you don't know your network well enough then you can run further probes against devices you are unsure about.
Greetings
Peter
Hello Pavel,
If you know the host name of the device you can try:
ssh DEVICENAME.local
(Try with the .local suffix or without)
Best regards.
Le 16/08/2020 à 17:57, Pavel Vlček via orca-list a écrit :
Hi,atthis time, I am trying to connect to Anarchy Linux Installer using ssh, but I can not find the device using nmap -sP 192.168.1.* Do you know some other accessible method, how to detect all possible devices? The Anarchy Installer has ssh support and I use nmap to detect devices, but maybe some other method can help.
Thanks,
Pavel
_______________________________________________
orca-list mailing list
orca-list gnome org
https://mail.gnome.org/mailman/listinfo/orca-list
Orca wiki: https://wiki.gnome.org/Projects/Orca
Orca documentation: https://help.gnome.org/users/orca/stable/
GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html
_______________________________________________ orca-list mailing list orca-list gnome org https://mail.gnome.org/mailman/listinfo/orca-list Orca wiki: https://wiki.gnome.org/Projects/Orca Orca documentation: https://help.gnome.org/users/orca/stable/ GNOME Universal Access guide: https://help.gnome.org/users/gnome-help/stable/a11y.html