Abilitare l'accesso SSH con chiave su Vmware ESX: Difference between revisions
Jump to navigation
Jump to search
Created page with "Per ESX >6.0 la chiave deve essere messa in /etc/ssh/keys/username/authorized_keys Ad esempio: /etc/ssh/keys/root/authorized_keys =Riferimenti= *[https://kb.vmware.com/s/..." |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Per ESX >6.0 la chiave deve essere messa in | Per ESX >6.0 la chiave deve essere messa in | ||
/etc/ssh/keys | /etc/ssh/keys-username/authorized_keys | ||
Ad esempio: | Ad esempio: | ||
/etc/ssh/keys | /etc/ssh/keys-root/authorized_keys | ||
=Riferimenti= | =Riferimenti= | ||
*[https://kb.vmware.com/s/article/1002866 Allowing SSH access to ESXi/ESX hosts with public/private key authentication (1002866)] | *[https://kb.vmware.com/s/article/1002866 Allowing SSH access to ESXi/ESX hosts with public/private key authentication (1002866)] | ||
Latest revision as of 10:49, 17 October 2022
Per ESX >6.0 la chiave deve essere messa in
/etc/ssh/keys-username/authorized_keys
Ad esempio:
/etc/ssh/keys-root/authorized_keys