Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

ejdrijin

No, that was just an example. In the script it is good.
martin

Re: Session Options: SshHostKeyFingerprint

This part is wrong:
SshHostKeyFingerprint = "ssh-rsa 2048 ee:ee:ee:ee:e:05:aa:fe:de:0c:12:1c:aa:aa:aa:aa"
ejdrijin

Session Options: SshHostKeyFingerprint

Hi,

I am trying to populate the SshHostKeyFingerprint option and it is stating:

New-Object : The value supplied is not valid, or the property is read-only. Change the value, and then try again.

Is this because I am writing it in a wrong format (example below) or am I missing something out?
SshHostKeyFingerprint = "ssh-rsa 2048 ee:ee:ee:ee:e:05:aa:fe:de:0c:12:1c:aa:aa:aa:aa"

Thanks