Displaying 20 results from an estimated 5000 matches similar to: "suse/kde and the new ssh-add/ssh-askpass"
2000 Sep 03
0
[PATCH]: openssh.spec file for SuSE 6.4 & 7.0
Attached is a spec file for OpenSSH on SuSE 6.4 and 7.0 systems.
It differs from the current spec file in the following details:
- Only one rpm file is created containing client and server files.
- PreReq `openssl-devel' is changed to `openssl'.
- Path '/usr/libexec/ssh' is changed to '/usr/lib/ssh' for
ssh-askpass and gnome-ssh-askpass.
The resulting
1999 Nov 25
0
ANNOUNCE: openssh-1.2pre15
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded openssh-1.2pre15 to
http://violet.ibs.com.au/openssh/
Changes:
- Merged big source cleanup from OpenBSD CVS. All the source now
conforms to:
http://www.openbsd.org/cgi-bin/man.cgi?query=style&apropos=0&sektion=9&manpath=OpenBSD+Current&format=html
- Added BSD compatible install program
- More
1999 Dec 04
2
confusion over RSAref vul w/OpenSS[HL]
Howdy,
The string of notices on BugTraq about RSAref being vulnerable to
overflows has me concerned. After trying to sort through all the
messages, I can't figure out whether I need to update OpenSSL (a
check of their website indicates no new patches), OpenSSH, both, or
neither. I am aware there is no known exploit for it yet.
I could be a bad boy and just run all
1999 Nov 22
1
tcp-wrappers not being used even w/ --with-tcp-wrappers
Howdy,
It seems that even when specifying the --with-tcp-wrappers configure
flag, the LIBWRAP define in config.h never gets #define'd and -lwrap
never gets added to LIBS in the Makefile. To make sure I wasn't
dealing with a stale configure file, I ran autoconf on configure.in
to roll a new configure. I also don't see anything wrong with the
--with-tcp-wrappers defined in
1999 Dec 04
0
updated SuSE spec file
Howdy,
The following patch should be applied if you're building a SuSE-style
RPM with the spec file included in the pre15 tarfile. I've made some
changes since the copy that went out with pre15, and I've been a
little lax in sending the updates up.
Namely, one of the fixes includes not making symlinks part of the
package itself. They are now done with a postinstall
1999 Nov 23
0
status of Solaris build
Howdy,
Well, I finally made it through a complete build of OpenSSH on Solaris
7/x86. I've included a few notes below. Most of them are either simple
enough or too complex (i.e. I'm not sure how to do it without breaking
other platforms) to generate patches for here.
1) _PATH_DEVNULL, _PATH_UTMP and _PATH_WTMP aren't defined anywhere,
since Solaris doesn't appear
1999 Nov 23
2
Fixes for Solaris
Attached is a small patch that should fix most of the problems
reported.
I am adding a recommendation to use GNU make to the INSTALL
document.
Regards,
Damien
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
-------------- next part --------------
Index:
1999 Dec 07
0
ANNOUNCE: openssh-1.2pre16
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded openssh-1.2pre16 to:
http://violet.ibs.com.au/openssh
This is mainly a bugfix release, it should fix some of the recurrent
compile problems that have been reported to the mailing list and to me
(the __P() stuff on Solaris for example).
Full changelog:
19991207
- sshd Redhat init script patch from Jim Knoble <jmknoble at
2000 Sep 09
0
2.2.0p1 PATCH: ssh/scp/slogin will invoke ssh-askpass
Enclosed is a patch against 2.2.0p1 that teaches ssh (and therefore
slogin and scp) how to invoke ssh-askpass to request a password,
RSA/DSA key passphrase, or an skey challenge response.
I've tested this on Linux (i386), for passwords and RSA/DSA key
passphrases. I cannot easily test whether the Right Thing will happen
for skey challenge responses; I would appreciate it if someone who
uses
1999 Dec 10
2
[David Huggins-Daines <dhd@plcom.on.ca>] Bug#52414: ssh-add uses ssh-askpass, but ssh doesn't
Damien,
Here's a forwarded bug for you.
Cheers, Phil.
--[[message/rfc822]]
Subject: Bug#52414: ssh-add uses ssh-askpass, but ssh doesn't
Reply-To: David Huggins-Daines <dhd at plcom.on.ca>, 52414 at bugs.debian.org
Resent-From: David Huggins-Daines <dhd at plcom.on.ca>
Resent-To: debian-bugs-dist at lists.debian.org
Resent-CC: Philip Hands <phil at hands.com>
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
2003 Jul 22
1
ssh-askpass keyboard grab problems
We're developing a security application (http://iscs.sourceforge.net)
that uses SSH for out-of-band management. Sometimes we want to use rsa
keys and other times we want to use user ids and passwords. We noticed
that there was not an OpenSSH API that we could use to pass the user's
password and that we could not give it via stdin. We did notice that we
could set SSH_ASKPASS and launch
2002 Jul 19
0
Prob: openssh askpass DISPLAY Permission denied
Hallo!
I did upgrade openssh to version OpenSSH_3.4p1.
But now I cant enter my password.
It seems to be because of the combination of askpass and DISPLAY-variable.
?? Which I must do to around the same functionality as with
the version 2.9 (without X11-ssh-askpass) ??
regards heiko
---------------------------
- Test without ssh-askpass
lukas # ~ $ echo $DISPLAY
ksh: DISPLAY: unbound
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".
2019 Nov 20
2
help wanted: update ssh-askpass programs for new U2F / prompt hints
My website has fallen off the web. This is a good time for someone else to take over the code for x11-ssh-askpass, as I've not done anything with it for years. I have the original code somewhere if needed, but I think Debian has mirrored it for some time.
--
jim knoble
> On Nov 18, 2019, at 01:49, Jakub Jelen <jjelen at redhat.com> wrote:
>
>> On Mon, 2019-11-18 at 16:19
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2.1pre22 to:
http://violet.ibs.com.au/openssh/files/
This release consists of portability fixes and cleanups. It also
resolves two issues which may have caused security problems
- If you OS header files did not define PATH_STDPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks
1999 Dec 28
1
ANNOUNCE: openssh-1.2.1pre22
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have just uploaded 1.2.1pre22 to:
http://violet.ibs.com.au/openssh/files/
This release consists of portability fixes and cleanups. It also
resolves two issues which may have caused security problems
- If you OS header files did not define PATH_STDPATH, then an
unsafe path was used by default (it contained an implicit '.').
Thanks
2023 May 12
0
[Bug 3571] New: Canceling SSH_ASKPASS actually sends an empty string
https://bugzilla.mindrot.org/show_bug.cgi?id=3571
Bug ID: 3571
Summary: Canceling SSH_ASKPASS actually sends an empty string
Product: Portable OpenSSH
Version: 8.8p1
Hardware: Other
OS: Linux
Status: NEW
Severity: major
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2001 Jan 18
2
ssh-add bug
There is an amusing bug in ssh-add that causes it to go into an
infinite loop. I am using openssh 1.2.3, and noticed that when I
ran "ssh-add < /dev/null" in my X startup scripts, but didn't have
ssh-askpass installed, ssh-add started spewing errors into my
.xsession-errors and didn't stop.
I found that what happens is: ssh-add forks and attempts to exec
ssh-askpass. The
2001 Nov 03
2
askpass for passwords?
Is there a particular reason the client can't use SSH_ASKPASS for
passwords when using password authentication? This would seem to
be useful when using ssh in scripted commands against servers that
only allow password authentication.
:j
--
J?rgen Botz | While differing widely in the various
jurgen at botz.org | little bits we know, in our infinite