Differences
This shows you the differences between the selected revisions of the page.
| 2012-06-07 | 2012-09-05 | ||
| missing fireAgain declaration (martin) | 5.0.9 SshHostKey => SshHostKeyFingerprint (martin) | ||
| Line 44: | Line 44: | ||
| UserName = (string) Dts.Variables["User::UserName"].Value, | UserName = (string) Dts.Variables["User::UserName"].Value, | ||
| Password = (string) Dts.Variables["User::Password"].Value, | Password = (string) Dts.Variables["User::Password"].Value, | ||
| - | SshHostKey = (string) Dts.Variables["User::SshHostKey"].Value | + | SshHostKeyFingerprint = (string) Dts.Variables["User::SshHostKeyFingerprint"].Value |
| }; | }; | ||