summaryrefslogtreecommitdiff
path: root/auth-rh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-rh-rsa.c')
-rw-r--r--auth-rh-rsa.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/auth-rh-rsa.c b/auth-rh-rsa.c
index 4386758d0..072e385ab 100644
--- a/auth-rh-rsa.c
+++ b/auth-rh-rsa.c
@@ -1,21 +1,19 @@
1/* 1/*
2 *
3 * auth-rh-rsa.c
4 *
5 * Author: Tatu Ylonen <ylo@cs.hut.fi> 2 * Author: Tatu Ylonen <ylo@cs.hut.fi>
6 *
7 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 3 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
8 * All rights reserved 4 * All rights reserved
9 *
10 * Created: Sun May 7 03:08:06 1995 ylo
11 *
12 * Rhosts or /etc/hosts.equiv authentication combined with RSA host 5 * Rhosts or /etc/hosts.equiv authentication combined with RSA host
13 * authentication. 6 * authentication.
14 * 7 *
8 * As far as I am concerned, the code I have written for this software
9 * can be used freely for any purpose. Any derived versions of this
10 * software must be clearly marked as such, and if the derived work is
11 * incompatible with the protocol description in the RFC file, it must be
12 * called by a name other than "ssh" or "Secure Shell".
15 */ 13 */
16 14
17#include "includes.h" 15#include "includes.h"
18RCSID("$OpenBSD: auth-rh-rsa.c,v 1.14 2000/06/20 01:39:38 markus Exp $"); 16RCSID("$OpenBSD: auth-rh-rsa.c,v 1.16 2000/09/07 21:13:36 markus Exp $");
19 17
20#include "packet.h" 18#include "packet.h"
21#include "ssh.h" 19#include "ssh.h"