proxy

Undocumented in source.

Members

Functions

authGSSAPIMic
AuthState authGSSAPIMic(SSHSession session, string user, string principal)
Undocumented in source. Be warned that the author may not have intended to support it.
authPassword
AuthState authPassword(SSHSession session, string user, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
main
int main(string[] argv)
Undocumented in source. Be warned that the author may not have intended to support it.
newSessionChannel
SSHChannel newSessionChannel(SSHSession session)
Undocumented in source. Be warned that the author may not have intended to support it.
ptyRequest
bool ptyRequest(SSHChannel channel, string term, int width, int height, int pxWidth, int pxHeight)
Undocumented in source. Be warned that the author may not have intended to support it.
shellRequest
bool shellRequest(SSHChannel channel)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

PASSWORD
enum PASSWORD;
Undocumented in source.
USER
enum USER;
Undocumented in source.

Variables

authentificated
bool authentificated;
Undocumented in source.
chan
SSHChannel chan;
Undocumented in source.
clientCreds
GSSAPICreds clientCreds;
Undocumented in source.
error
bool error;
Undocumented in source.
tries
int tries;
Undocumented in source.
username
string username;
Undocumented in source.

Meta