From 96a99bab7853998ec8c23da6bcb9ffb10855705d Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Wed, 10 Aug 2005 13:22:52 +0000 Subject: The kex works, the client authentifies (with password) then it's possible to choose a subsystem. The channels don't completely work. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@7 7dcaeef0-15fb-0310-b436-a5af3365683c --- include/libssh/libssh.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/libssh.h') diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h index 1986c8a8..e3a0b652 100644 --- a/include/libssh/libssh.h +++ b/include/libssh/libssh.h @@ -200,6 +200,8 @@ void ssh_options_set_ssh_dir(SSH_OPTIONS *opt, char *dir); void ssh_options_set_known_hosts_file(SSH_OPTIONS *opt, char *dir); void ssh_options_allow_ssh1(SSH_OPTIONS *opt, int allow); void ssh_options_allow_ssh2(SSH_OPTIONS *opt, int allow); +void ssh_options_set_dsa_server_key(SSH_OPTIONS *opt, char *dsakey); +void ssh_options_set_rsa_server_key(SSH_OPTIONS *opt, char *rsakey); /* buffer.c */ -- cgit