From efb4afe0265333ce554f699c2a19ae249dd8d1b5 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 12 Apr 2000 18:45:05 +1000 Subject: - More large OpenBSD CVS updates: - [auth.c auth.h servconf.c servconf.h serverloop.c session.c] [session.h ssh.h sshd.c README.openssh2] ssh2 server side, see README.openssh2; enable with 'sshd -2' - [channels.c] no adjust after close - [sshd.c compat.c ] interop w/ latest ssh.com windows client. --- session.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'session.h') diff --git a/session.h b/session.h index 2051b737d..a3427bcb0 100644 --- a/session.h +++ b/session.h @@ -4,4 +4,11 @@ /* SSH1 */ void do_authenticated(struct passwd * pw); +/* SSH2 */ +void do_authenticated2(void); +int session_open(int id); +void session_input_channel_req(int id, void *arg); +void session_close_by_pid(pid_t pid, int status); +void session_close_by_channel(int id, void *arg); + #endif -- cgit v1.2.3