-
Notifications
You must be signed in to change notification settings - Fork 1
3.10 SSH
Sylvain Girod edited this page Mar 21, 2020
·
2 revisions
ssh allow to register IP address used for ssh connections, and register a dns name
VMMgr_Launcher ssh set MyVM1 10.10.1.2
add in /etc/hosts:
10.10.1.2 MyVM1
You can customize name:
VMMgr_Launcher ssh set MyVM1 10.10.1.2 ssh-MyVM1
add in /etc/hosts:
10.10.1.2 ssh-MyVM1
to update IP and or name:
VMMgr_Launcher ssh update MyVM1 10.10.1.2 ssh-VM1
to remove:
VMMgr_Launcher ssh delete MyVM1
Note: DNS update is not implemented yet