aboutsummaryrefslogtreecommitdiff
path: root/include/libssh
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-03-13 22:08:49 +0100
committerAndreas Schneider <asn@cryptomilk.org>2013-07-13 14:55:58 +0200
commit7e306a9ec68558d74cf89160675094fe5d66e66c (patch)
tree3c7be3db2ec7edda8291a9cbb5e2870cf68e8eca /include/libssh
parent81e769ec6a75c679694e6b7e6e1288ae63b96991 (diff)
downloadlibssh-7e306a9ec68558d74cf89160675094fe5d66e66c.tar.gz
libssh-7e306a9ec68558d74cf89160675094fe5d66e66c.tar.xz
libssh-7e306a9ec68558d74cf89160675094fe5d66e66c.zip
server: implement server-side of agent forwarding
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'include/libssh')
-rw-r--r--include/libssh/libssh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libssh/libssh.h b/include/libssh/libssh.h
index 20e87595..958ff57b 100644
--- a/include/libssh/libssh.h
+++ b/include/libssh/libssh.h
@@ -362,6 +362,7 @@ LIBSSH_API int ssh_channel_is_closed(ssh_channel channel);
LIBSSH_API int ssh_channel_is_eof(ssh_channel channel);
LIBSSH_API int ssh_channel_is_open(ssh_channel channel);
LIBSSH_API ssh_channel ssh_channel_new(ssh_session session);
+LIBSSH_API int ssh_channel_open_auth_agent(ssh_channel channel);
LIBSSH_API int ssh_channel_open_forward(ssh_channel channel, const char *remotehost,
int remoteport, const char *sourcehost, int localport);
LIBSSH_API int ssh_channel_open_session(ssh_channel channel);