- buffer_free
deprecated void buffer_free(ssh_buffer buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- buffer_get
deprecated void* buffer_get(ssh_buffer buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- buffer_get_len
deprecated uint buffer_get_len(ssh_buffer buffer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- buffer_new
deprecated ssh_buffer buffer_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_accept_x11
deprecated ssh_channel channel_accept_x11(ssh_channel channel, int timeout_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_change_pty_size
deprecated int channel_change_pty_size(ssh_channel channel, int cols, int rows)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_close
deprecated int channel_close(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_forward_accept
deprecated ssh_channel channel_forward_accept(ssh_session session, int timeout_ms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_forward_cancel
deprecated int channel_forward_cancel(ssh_session session, char* address, int port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_forward_listen
deprecated int channel_forward_listen(ssh_session session, char* address, int port, int* bound_port)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_free
deprecated void channel_free(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_get_exit_status
deprecated int channel_get_exit_status(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_get_session
deprecated ssh_session channel_get_session(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_is_closed
deprecated int channel_is_closed(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_is_eof
deprecated int channel_is_eof(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_is_open
deprecated int channel_is_open(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_new
deprecated ssh_channel channel_new(ssh_session session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_open_forward
deprecated int channel_open_forward(ssh_channel channel, char* remotehost, int remoteport, char* sourcehost, int localport)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_open_session
deprecated int channel_open_session(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_poll
deprecated int channel_poll(ssh_channel channel, int is_stderr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_read
deprecated int channel_read(ssh_channel channel, void* dest, uint count, int is_stderr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_read_buffer
deprecated int channel_read_buffer(ssh_channel channel, ssh_buffer buffer, uint count, int is_stderr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_read_nonblocking
deprecated int channel_read_nonblocking(ssh_channel channel, void* dest, uint count, int is_stderr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_env
deprecated int channel_request_env(ssh_channel channel, char* name, char* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_exec
deprecated int channel_request_exec(ssh_channel channel, char* cmd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_pty
deprecated int channel_request_pty(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_pty_size
deprecated int channel_request_pty_size(ssh_channel channel, char* term, int cols, int rows)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_send_signal
deprecated int channel_request_send_signal(ssh_channel channel, char* signum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_sftp
deprecated int channel_request_sftp(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_shell
deprecated int channel_request_shell(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_subsystem
deprecated int channel_request_subsystem(ssh_channel channel, char* subsystem)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_request_x11
deprecated int channel_request_x11(ssh_channel channel, int single_connection, char* protocol, char* cookie, int screen_number)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_select
deprecated int channel_select(ssh_channel* readchans, ssh_channel* writechans, ssh_channel* exceptchans, timeval* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_send_eof
deprecated int channel_send_eof(ssh_channel channel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_set_blocking
deprecated void channel_set_blocking(ssh_channel channel, int blocking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- channel_write
deprecated int channel_write(ssh_channel channel, void* data, uint len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- privatekey_free
void privatekey_free(ssh_private_key prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- privatekey_from_file
ssh_private_key privatekey_from_file(ssh_session session, char* filename, int type, char* passphrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- publickey_free
void publickey_free(ssh_public_key key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- publickey_from_file
ssh_string publickey_from_file(ssh_session session, char* filename, int* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- publickey_from_privatekey
ssh_public_key publickey_from_privatekey(ssh_private_key prv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- publickey_to_string
ssh_string publickey_to_string(ssh_public_key key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_auth_list
int ssh_auth_list(ssh_session session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_get_pubkey
ssh_string ssh_get_pubkey(ssh_session session)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_message_auth_publickey
ssh_public_key ssh_message_auth_publickey(ssh_message msg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_message_retrieve
ssh_message ssh_message_retrieve(ssh_session session, uint packettype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_publickey_to_file
int ssh_publickey_to_file(ssh_session session, char* file, ssh_string pubkey, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_try_publickey_from_file
int ssh_try_publickey_from_file(ssh_session session, char* keyfile, ssh_string* publickey, int* type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_userauth_agent_pubkey
int ssh_userauth_agent_pubkey(ssh_session session, char* username, ssh_public_key publickey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_userauth_autopubkey
int ssh_userauth_autopubkey(ssh_session session, char* passphrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_userauth_offer_pubkey
int ssh_userauth_offer_pubkey(ssh_session session, char* username, int type, ssh_string publickey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_userauth_privatekey_file
int ssh_userauth_privatekey_file(ssh_session session, char* username, char* filename, char* passphrase)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- ssh_userauth_pubkey
int ssh_userauth_pubkey(ssh_session session, char* username, ssh_string publickey, ssh_private_key privatekey)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_burn
deprecated void string_burn(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_copy
deprecated ssh_string string_copy(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_data
deprecated void* string_data(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_fill
deprecated int string_fill(ssh_string str, void* data, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_free
deprecated void string_free(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_from_char
deprecated ssh_string string_from_char(char* what)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_len
deprecated size_t string_len(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_new
deprecated ssh_string string_new(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- string_to_char
deprecated char* string_to_char(ssh_string str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.