Displaying 1 result from an estimated 1 matches for "jensus".
Did you mean:
census
2002 Nov 14
0
[Bug 436] New: SSH client API
...SH client API
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jensus at linux.nu
I would be usefull to have an API for the SSH client,
so it could be used from other programs.
Java-stype pseudo code:
// create connections and forward ports
SSHClient ssh = new SSHClient();
ssh.setUserAuthenticationHandler(new PasswordDialog());
ssh.setHostAuthenticationHandler(t...