On 04/10/2019 11:40, Angelo Moreschini wrote:


currently I perform operations between different computers in my local network using 
open SSH; however, when I do this, I always use the computer's IP number to reference 
the host. (ex: sudo ssh angelo_dev@10.0.0.15 <mailto:angelo_dev@10.0.0.15>)

I'm wondering without yet finding an answer how to do the same thing using 
(instead of the IP address) the name of the computer ..
Do I have to Installase BIND? And then what else is needed? ...

thanks for every suggestion

Angelo


The simplest way is to put a line in /etc/hosts with


10.0.0.15    compname


G
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to