Page 1 of 1

SSH Login without knowing IP Address

Posted: Sun Mar 29, 2020 2:47 pm
by nitipongs
HI ,

How can I login to Core 2 using SSH without knowing IP address like Raspberry Pi ?

In case of Raspberry Pi , I can use ssh pi@raspberrypi.local . without knowing its IP address.

Re: SSH Login without knowing IP Address

Posted: Sun Mar 29, 2020 6:14 pm
by igorp
nitipongs wrote:
HI ,

How can I login to Core 2 using SSH without knowing IP address like Raspberry Pi ?

In case of Raspberry Pi , I can use ssh pi@raspberrypi.local . without knowing its IP address.


Here you can do this as well. If you install AVAHI. Otherwise this way: https://docs.armbian.com/User-Guide_Get ... w-to-login

Re: SSH Login without knowing IP Address

Posted: Mon Mar 30, 2020 11:22 pm
by nitipongs
Thanks