Guest User

Untitled

a guest
Feb 20th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. SessionOptions sessionOptions = new SessionOptions
  2. {
  3. Protocol = Protocol.Sftp,
  4. HostName = "11.22.33.44",
  5. PortNumber = 2222, /* This is cause of the issue i was facing*/
  6. UserName = "abcdef",
  7. Password = "ghijklmnop",
  8. SshHostKeyFingerprint = "ssh-rsa 2048 aa:bb:cc:dd:ee:ff:gg:hh:ii:jj:kk:ll:mm:nn:oo:pp"
  9. };
Add Comment
Please, Sign In to add comment