summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.h
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2000-11-25 17:19:33 +0000
committermarkus <markus@openbsd.org>2000-11-25 17:19:33 +0000
commit924f9ff6716c94e730445168a4a1efe2498bacf1 (patch)
tree25cda73eda64e211929517f9aa314407a540a2d6 /usr.bin/ssh/ssh.h
parentreorder check for illegal ciphers, bugreport from espie@ (diff)
downloadwireguard-openbsd-924f9ff6716c94e730445168a4a1efe2498bacf1.tar.xz
wireguard-openbsd-924f9ff6716c94e730445168a4a1efe2498bacf1.zip
print keytype when generating a key.
reasonable defaults for RSA1/RSA/DSA keys.
Diffstat (limited to 'usr.bin/ssh/ssh.h')
-rw-r--r--usr.bin/ssh/ssh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.h b/usr.bin/ssh/ssh.h
index f8c58e6051c..67df3d43208 100644
--- a/usr.bin/ssh/ssh.h
+++ b/usr.bin/ssh/ssh.h
@@ -12,7 +12,7 @@
* called by a name other than "ssh" or "Secure Shell".
*/
-/* RCSID("$OpenBSD: ssh.h,v 1.54 2000/10/11 20:27:24 markus Exp $"); */
+/* RCSID("$OpenBSD: ssh.h,v 1.55 2000/11/25 17:19:33 markus Exp $"); */
#ifndef SSH_H
#define SSH_H
@@ -103,6 +103,7 @@
*/
#define SSH_CLIENT_IDENTITY ".ssh/identity"
#define SSH_CLIENT_ID_DSA ".ssh/id_dsa"
+#define SSH_CLIENT_ID_RSA ".ssh/id_rsa"
/*
* Configuration file in user\'s home directory. This file need not be