]> git.pld-linux.org Git - packages/gabriel.git/commitdiff
- a dirty hack (see TODO)
authorpawelz <pawelz@pld-linux.org>
Sat, 4 Jul 2009 16:38:30 +0000 (16:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gabriel-passphrase.patch -> 1.1

gabriel-passphrase.patch [new file with mode: 0644]

diff --git a/gabriel-passphrase.patch b/gabriel-passphrase.patch
new file mode 100644 (file)
index 0000000..205bc32
--- /dev/null
@@ -0,0 +1,11 @@
+--- client/gabriel.c~  2009-07-04 17:20:34.000000000 +0200
++++ client/gabriel.c   2009-07-04 17:23:09.000000000 +0200
+@@ -274,7 +274,7 @@
+       goto finland;
+     }
+-    ret = ssh_userauth_autopubkey (ssh_session);
++    ret = ssh_userauth_autopubkey (ssh_session, "");
+     
+     if (ret != SSH_AUTH_SUCCESS) {
+       if (ret == SSH_AUTH_DENIED) {
This page took 0.063615 seconds and 4 git commands to generate.