diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-04-03 21:19:39 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-04-03 21:19:39 +0000 |
commit | 73b28a4d96bbe9849062fa47d399216b8c6f66af (patch) | |
tree | 8b0d965a7eb027d60a0a70e3c34e605460ea4438 /usr.bin | |
parent | 1a434a25a9cd57be2608d32ce0d15437044156ca (diff) |
id_rsa1/2 -> id_rsa; ok markus@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/ssh_config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh_config b/usr.bin/ssh/ssh_config index e3faa770913..62093545444 100644 --- a/usr.bin/ssh/ssh_config +++ b/usr.bin/ssh/ssh_config @@ -1,4 +1,4 @@ -# $OpenBSD: ssh_config,v 1.9 2001/03/10 12:53:51 deraadt Exp $ +# $OpenBSD: ssh_config,v 1.10 2001/04/03 21:19:38 todd Exp $ # This is ssh client systemwide configuration file. See ssh(1) for more # information. This file provides defaults for users, and the values can @@ -28,8 +28,7 @@ # StrictHostKeyChecking yes # IdentityFile ~/.ssh/identity # IdentityFile ~/.ssh/id_dsa -# IdentityFile ~/.ssh/id_rsa1 -# IdentityFile ~/.ssh/id_rsa2 +# IdentityFile ~/.ssh/id_rsa # Port 22 # Protocol 2,1 # Cipher blowfish |