Connection Issue - WeOnlyDo Discussion board

Connection Issue (General questions)

by Scots, Friday, November 18, 2011, 18:14 (4551 days ago)

I've recently changed from using login / password
to a login / key
in our first attempt
we are getting an error message on the host side, saying
PASS PHRASE IS NOT VALID
but.. I didn't use a passphrase in creating the key
is there something wrong in the way I did this?
I generated the key on the client side... sent it to someone at the host... who added it to authorized key file
then.. tried to do a connect
generating key
ole_cer.generatekey(0)
ole_cer.savekey(f_path)

connecting
ole_cer = CREATE oleobject
ole_cer.ConnectToNewObject( WeOnlyDo.Certificate.1 )
ole_cer.loadkey(f_path)

ole_ftp.object.hostname = ftp_site
ole_ftp.object.login = ftp_acc
ole_ftp.object.certificate = ole_cer
ole_ftp.object.authentication = 2
ole_ftp.object.transfermode = 0
ole_ftp.object.blocking = 0
ole_ftp.object.protocol = 1
ole_ftp.object.compression = 6
ole_ftp.object.passive = 1
ole_ftp.object.port = 22


Complete thread: