Displaying 20 results from an estimated 4000 matches similar to: "Question about ssh-askpass"
2000 Aug 30
1
assorted issues with 2.1.1p4...
I've just finished compiling OpenSSH version 2.1.1p4 for Red Hat Linux
6.2 (i386) with recent patches, using OpenSSL version 0.9.5a, which
was compiled to use RSAREF.
There are a couple of issues I noticed immediately:
1. The ssh-agent program can only store RSA keys, not DSA keys.
2. Only ssh-add knows to invoke ssh-askpass (if it is not attached to
a tty and DISPLAY is set).
2019 Apr 03
2
[GSoC] Improve function attribute inference
Hi Johannes.
My name is Hideto Ueno. I’m interested in working on GSoC project, “Improve
(function) attribute inference”.
As far as I see [0] and related patches, you have already implemented
algorithms for many of the deducible function attributes with the new
framework “Attributor”. I doubt whether there is still room for improvement
as a GSoC project.
If there is, let me know.
Thanks.
2019 Mar 10
2
GSoC2019 - Improve function attribute inference
Hi Nuno and Devs,
My name is Hideto Ueno and I'm a 3rd-year cs student at the University of
Tokyo, Japan. I’m very interested in gsoc project “Improve function
attribute inference” and I have a question about this.
I’m now reading llvm/Transforms/IPO/FunctionAttrs.cpp and relevant code
because I thought the current algorithm is implemented there. Are there any
other files closely related to
2004 Mar 24
1
Stopping new directory creation ?
Hi, I've been looking for a way to stop users creating new sub-directories
under a top level (shared) directory - which will need to contain 3
readymade directories and/or to stop users placing files outside the 3
readymade directories.
Is this at all possible ?
Got a really basic system - Slackware 8.0 and Samba 2.2.8a running purely as
a fileserver for Win2k clients.
Thanks
Mike
2017 Jun 16
2
[PATCH] allow relative path in streamlocal forwarding
When forwarding a Unix-domain socket, the remote socket path must be
absolute (otherwise the forwarding fails later). However, guessing
absolute path on the remote end is sometimes not straightforward,
because the file system location may vary for many reasons, including
the system installation, the choices of NFS mount points, or the
remote user ID.
To allow ssh clients to request remote socket
2019 Nov 18
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
Hi,
When we added U2F support, we also extended the interface used by ssh
and ssh-agent to invoke the $SSH_ASKPASS program.
Originally, the askpass prompt was used to obtain passphrases for ssh in
cases where it was not possible to read them from the terminal. Later
it was (ab)used for showing confirmation prompts for each use of any
key that was added to the agent using "ssh-add -c".
2013 Aug 03
2
[LLVMdev] bug of tail call optimization on x86 target
Hi Tim,
Thank you for your quick response.
> I'm not convinced that's the best solution, at least conceptually.
> SlotSize really is an unsigned quantity, and though it's unlikely we'd
> like 0x80000000 to be interpreted as positive, rather than negative if
> it ever does occur.
I totally agree with you.
I rewrote my fix and made a test case according to your
2006 Feb 19
2
Asynchronous Encryption?
Hi Railers,
I''m looking for something to do asynchronous encryption - where the encryption
and decryption keys are different. This is for a scenario where I want to be
able to store some information in the database that can only be decrypted in
a different physical location using a secret private key (which will not be
stored on the machine doing the encrypting).
I''m trying
2014 Jan 29
2
[LLVMdev] getelementptr on static const struct
Hi,
I found a mysterious behavior of LLVM optimizer.
I compiled the following code by clang -emit-llvm -S:
#include <stddef.h>
static const struct t {char t[4]; char s;} p = {{}, 'a'};
char f() {
return ((char*)&p)[offsetof(struct t, s)];
}
then I obtained the following LLVM IR:
%struct.t = type { [4 x i8], i8 }
@p = constant %struct.t { [4 x i8] zeroinitializer, i8 97
2012 Apr 04
1
Shapiro-Wilk cpoefficients: 2 Qs
Greetings!
I want to have the coefficients that R uses in shapiro.test()
for the Shapiro-Wilk test for a prticular sample size, i.e.
the a[i] in
W = Sum(a[i]*x[i])/(Sum(x[i] - mean(x))^2)
(where the x[i] are sorted). Two questions:
Q1:
Is there a readymade R function from which I can extract these?
Q2:
I was wondering if I might be able to modify the code for the
function shapiro.test() so
2013 Aug 02
2
[LLVMdev] bug of tail call optimization on x86 target
Dear LLVM developers,
I am a developer of SML#, an ML-style functional programming language
developed at Tohoku University. Currently we are intending to use
LLVM as the backend of our SML# compiler in our upcoming release, and
have rewritten our frontend and runtime so that they can cooperate
with LLVM. LLVM works extremely fine with our SML# compiler. We are
grateful to LLVM community for
2009 May 18
1
simple ogg video joiner GUI for windows
hi all,
i have written a detailed explanation below bu in short, we need a simple free gui for windows to join several ogg files end by end to make one ogg file out of it for an art project. you can see more explanation below...
i am working on an art projects with some art students called "readymade dictionary of the author: a copyleft crowdsourcing free/open source project" where
2005 Jan 04
1
trying to debug ssh-askpass problem
Hi all,
I have a script which calls ssh-add at a certain point, and I'm
getting the following error:
ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory
I don't see why it's doing this, since SSH_ASKPASS isn't set, and
there should be a working terminal:
SSH_ASKPASS
If ssh needs a passphrase, it will read the passphrase from the
2000 Oct 30
1
SSH-askpass - timeout possible?
Hello,
On my home PC, whch runs openssh with Jim Knoble's x11-ssh-askpass, I have
configured my Bash shell login script to prompt me for the passphrase. No
problem, however it waits during the login process for me to 'do something'
- i.e. enter a passphrase, cancel it or whatever. Is it possible to set a
timeout so that if, say, nothing occurs within a minute then it assumes no
1999 Dec 06
1
New x11-ssh-askpass release available
http://www.pobox.com/~jmknoble/jmk/x11-ssh-askpass-1999.12.04.tar.gz
Changes:
1999-12-05 04:21 jmknoble
* Imakefile: Added patch from Markus Friedl to change use of awk
(with GNU-specific extensions?) to sed, more likely to be available
on various platforms.
X11-ssh-askpass is drop-in passphrase dialog for OpenSSH, based solely
on the regular X11 libraries (libX11,
2003 Dec 17
1
[Bug 618] askpass connect to ssh-agent?
http://bugzilla.mindrot.org/show_bug.cgi?id=618
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From djm at mindrot.org 2003-12-16 23:29
2001 May 10
2
2.9p1 ssh-add/ssh-askpass first try fails
OpenSSH Version 2.9p1 of "ssh-add $HOME/.ssh/id_rsa < /dev/null"
fails on the first try of using ssh-askpass before the window manager
starts. The second try works. The error message on the first try is
"Bad passphrase, try again".
This did not occur using OpenSSH-2.5.2p2.tar.gz. I've tested this
on both RHL6.2 and RHL7.1, both with all RH rpm updates applied.
I
2000 Aug 28
1
ANNOUNCE: x11-ssh-askpass v1.0.1
x11-ssh-askpass version 1.0.1 is now available from the following
locations:
http://www.jmknoble.cx/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
(www.openssh.com) under the X Window System.
The important changes since version 1.0 are as follows:
- Bugfixes:
- If the keyboard or
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor
2001 Sep 17
2
ANNOUNCE: x11-ssh-askpass v1.2.4
x11-ssh-askpass version 1.2.4 (code name: Boudin) is now available from
the following locations:
http://www.poboxc.com/~jmknoble/software/x11-ssh-askpass/
http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
x11-ssh-askpass is a passphrase dialog for use with OpenSSH
<http://www.openssh.com/> under the X Window System.
Significant changes since version 1.2.2 include:
- Minor