VMware Cloud Community
MadCow1
Contributor
Contributor

Using StandAlone Converter with SSH Tunnel and keys, no passwords

I'm trying to convert a remote centos 6.5 box that I access via putty with ssh keys,  no password.    I created the local ssh tunnels but the converter requires a username and password.    The linux box is setup for ssh keys only,  no passwords.   Is there a work around for this?

0 Kudos
2 Replies
patanassov
VMware Employee
VMware Employee

Hello

The workaround is this - edit your sshd_config file and set:

PasswordAuthentication yes

PermitRootLogin yes

More seriously - Converter does not support SSH key login, you have to use password.

HTH

Plamen

0 Kudos
sparcusa
Contributor
Contributor

Wow!   That's pretty short sighted.   Most Cloud platforms require key access.

0 Kudos