Morgan Cox wrote: > Thank you for the responses. > > Yes I am running the OBS version. For Suse > > Is there any way to use use SSH keys to connect ? (i.e so I do not > have to keep putting in the password ?) > Sure. You can copy your public key to the remote host, e.g. something like cat /path/to/public/key/id_dsa.pub | ssh root@remote-host "cat - >> ~/.ssh/authorized_keys" See also http://virt-manager.org/page/RemoteSSH Cheers, Jim