]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
authorDarren Tucker <dtucker@zip.com.au>
Fri, 22 Aug 2003 08:43:48 +0000 (18:43 +1000)
committerDarren Tucker <dtucker@zip.com.au>
Fri, 22 Aug 2003 08:43:48 +0000 (18:43 +1000)
   rather that authorized_keys2.  Patch from vinschen@redhat.com.

ChangeLog
contrib/cygwin/ssh-user-config

index ded30f05afa1e8ea42f3cd536634be0783d0dce5..1303acc454d7b521676780fe16a4670763ae1c50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 20030822
  - (djm) s/get_progname/ssh_get_progname/g to avoid conflict with Heimdal 
    -lbroken; ok dtucker 
+ - (dtucker) [contrib/cygwin/ssh-user-config] Put keys in authorized_keys
+   rather that authorized_keys2.  Patch from vinschen@redhat.com.
 
 20030821
  - (dtucker) OpenBSD CVS Sync
  - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
    Report from murple@murple.net, diagnosis from dtucker@zip.com.au
 
-$Id: ChangeLog,v 1.2897 2003/08/21 23:34:41 djm Exp $
+$Id: ChangeLog,v 1.2898 2003/08/22 08:43:48 dtucker Exp $
index 5a76adbafd8d8c04005707cdea6cc75f823f01dc..4da113181a7b69967746f0a6ad114163b691db29 100644 (file)
@@ -171,8 +171,8 @@ then
     fi
     if request "Do you want to use this identity to login to this machine?"
     then
-      echo "Adding to ${pwdhome}/.ssh/authorized_keys2"
-      cat "${pwdhome}/.ssh/id_rsa.pub" >> "${pwdhome}/.ssh/authorized_keys2"
+      echo "Adding to ${pwdhome}/.ssh/authorized_keys"
+      cat "${pwdhome}/.ssh/id_rsa.pub" >> "${pwdhome}/.ssh/authorized_keys"
     fi
   fi
 fi
@@ -190,8 +190,8 @@ then
     fi
     if request "Do you want to use this identity to login to this machine?"
     then
-      echo "Adding to ${pwdhome}/.ssh/authorized_keys2"
-      cat "${pwdhome}/.ssh/id_dsa.pub" >> "${pwdhome}/.ssh/authorized_keys2"
+      echo "Adding to ${pwdhome}/.ssh/authorized_keys"
+      cat "${pwdhome}/.ssh/id_dsa.pub" >> "${pwdhome}/.ssh/authorized_keys"
     fi
   fi
 fi