Differences

This shows you the differences between the selected revisions of the page.

2019-11-12 2022-06-16 (current)
link update (martin) 5.20 Change: SHA-256 fingerprints are not padded anymore (martin)
Line 33: Line 33:
$sessionOptions->{'UserName'} = 'user'; $sessionOptions->{'UserName'} = 'user';
$sessionOptions->{'Password'} = 'mypassword'; $sessionOptions->{'Password'} = 'mypassword';
-$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xxxxxxxxxxx...=';+$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xxxxxxxxxxx...';
</code> </code>
Line 109: Line 109:
$sessionOptions->{'UserName'} = 'user'; $sessionOptions->{'UserName'} = 'user';
$sessionOptions->{'Password'} = 'mypassword'; $sessionOptions->{'Password'} = 'mypassword';
-$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xxxxxxxxxxx...=';+$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xxxxxxxxxxx...';
# Connect # Connect

Last modified: by martin