Cheat Sheet
Find all devices in network (requires network discovery to be turned on)
arp -a
Ping device to get its name
ping -a <ip_address>
Create ssh connection
ssh <user>@<host>
Find all devices in network (requires network discovery to be turned on)
arp -a
Ping device to get its name
ping -a <ip_address>
Create ssh connection
ssh <user>@<host>