Differences

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

2012-09-24 2014-03-03
5.1 is stable (martin) key size should be 2048 bit at least nowadays (martin)
Line 33: Line 33:
$sessionOptions->{'UserName'} = 'user'; $sessionOptions->{'UserName'} = 'user';
$sessionOptions->{'Password'} = 'mypassword'; $sessionOptions->{'Password'} = 'mypassword';
-$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx';+$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx';
</code> </code>
Line 109: Line 109:
$sessionOptions->{'UserName'} = 'user'; $sessionOptions->{'UserName'} = 'user';
$sessionOptions->{'Password'} = 'mypassword'; $sessionOptions->{'Password'} = 'mypassword';
-$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx';+$sessionOptions->{'SshHostKeyFingerprint'} = 'ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx';
# Connect # Connect

Last modified: by martin