Navigation
- = Hlavní strana
- Zobrazit všechny kategorie
- apache
- bash
- dns
- filesystemy
- gimp
- hardware / drivery

- mandriva
- mysql
- openoffice.org
- oscommerce
- PDA
- perl
- php
- qmail / sendmail / MTA
- samba
- shell
- šifrování / certifikáty
- ubuntu / debian

- virtualizace
- windows
- ostatní
- debian server - návody
- humor / screenshoty
- android
- = Rejstřík
0 users online :: 0 Guests and 0 Registered
Záznamů v této kategorii
Tagy
virtualizace
ID #1265
Enabling public key authentication on VMWare ESXi 4 - non root user
according to: Enabling SSH with public key authentication on VMWare ESXi 4
1) add user to hypervisor system
2) create key pair on remote client
and copy public key to hypervisor:
3) save the hypervisor configuration
1) add user to hypervisor system
useradd -s /bin/ash -d /home/esxiuser esxiuser mkdir -p /home/esxiuser/.ssh
2) create key pair on remote client
ssh-keygen
and copy public key to hypervisor:
scp ~/.ssh/id_rsa.pub root@hypervisor:/home/esxiuser/.ssh/authorized_keys
3) save the hypervisor configuration
tar -C / -czf "/bootbank/home.tgz" /homeEdit the '/bootbank/boot.cfg' file and add "--- home.tgz" to the end of the modules parameter:
modules=vmk.gz --- sys.vgz --- cim.vgz --- oem.tgz --- license.tgz --- mod.tgz --- home.tgz
Tagy: -
Související záznamy:
Aktualizováno: 2010-11-22 16:02
Autor: : Daniel Čáslavka
Verze: 1.5
Můžete přidat komentář k odpovědi