Server.PLink Property Connector

I was just reviewing my SSH settings for the various online repository providers and I'm a little confused about the notes in the help wiki http://wiki.finalbuilder.com/displa...l+over+SSH

Should Continua have a property collector for Server.Plink? I don't seem to have one and am just wonder if it relates to an validation error message displayed in https://www.finalbuilder.com/Support...12847.aspx where it's complaining about SSH Fingerprints.

 

There is no property collector for plink, there should be a server property defined - server.plink.default.path which points to the copy of plink we install.

The real problem is I think there are some assemblies missing from the server installer. Looking into it now.

Try copying these assemblies from an agent install to the server install folder :

SecureBlackbox.dll
SecureBlackbox.SSHClient.dll
SecureBlackbox.SSHCommon.dll

For some reason they are missing from the server installer (I just checked in a fix for this, will be in today’s RC refresh).

Thanks Vincent.