On 10/09/2018 09:31 AM, Paul Angus wrote:
> Hi Cristian,
> 
> That is correct, ssh is only possible to system VMs on port 3922.  It is 
> passwordless, you must use the ssh keys which are stored on the management 
> server

I usually add the following ssh config to get a good user experience :)

# cat ~/.ssh/config
IdentityFile /var/cloudstack/management/.ssh/id_rsa
Port 3922
ControlPath ~/.ssh/master-%l-%r@%h:%p
ControlMaster auto

Host 10.100.10.*
  User root
  StrictHostKeyChecking no
  UserKnownHostsFile=/dev/null



Regards
René

Reply via email to