ovmcli public authentication stopped working?
Hi,
I've set up public key authentication to log into ovmcli without having to use a password. This worked for a while and has now stopped working(?)
OVMM: 3.3.2_1072
I'm using port 11000, because OEM is installed on the same server and it uses port 10000
Did this:
- /etc/hosts: added "ovmadmin" as an alias for my server
- create a passwordless public key pair (rsa) "/root/.ssh/ovmadmin" "/root/.ssh/ovmadmin.pub"
- ln -s /root/.ssh/ovmadmin.pub /root/.ssh/ovm_authorized_keys
- /root/.ssh/config:
Host ovmadmin
User admin
Port 11000
IdentityFile ~/.ssh/ovmadmin
After that "ssh ovmadmin", logged me in to OVM.