summaryrefslogtreecommitdiff
path: root/ssh.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.h')
-rw-r--r--ssh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.h b/ssh.h
index 78254e45a..bb103fe4d 100644
--- a/ssh.h
+++ b/ssh.h
@@ -12,7 +12,7 @@
12 * called by a name other than "ssh" or "Secure Shell". 12 * called by a name other than "ssh" or "Secure Shell".
13 */ 13 */
14 14
15/* RCSID("$OpenBSD: ssh.h,v 1.54 2000/10/11 20:27:24 markus Exp $"); */ 15/* RCSID("$OpenBSD: ssh.h,v 1.55 2000/11/25 17:19:33 markus Exp $"); */
16 16
17#ifndef SSH_H 17#ifndef SSH_H
18#define SSH_H 18#define SSH_H
@@ -144,6 +144,7 @@
144 */ 144 */
145#define SSH_CLIENT_IDENTITY ".ssh/identity" 145#define SSH_CLIENT_IDENTITY ".ssh/identity"
146#define SSH_CLIENT_ID_DSA ".ssh/id_dsa" 146#define SSH_CLIENT_ID_DSA ".ssh/id_dsa"
147#define SSH_CLIENT_ID_RSA ".ssh/id_rsa"
147 148
148/* 149/*
149 * Configuration file in user\'s home directory. This file need not be 150 * Configuration file in user\'s home directory. This file need not be