Displaying 20 results from an estimated 600 matches similar to: "openssh ssh_askpass problem / question"
2007 Jul 25
0
No subject
***************************************************************************************************
The information in this email is confidential and may be legally privileged. Access to this email by anyone other than the intended addressee is unauthorized. If you are not the intended recipient of this message, any review, disclosure, copying, distribution, retention, or any action taken or
2009 Dec 23
3
Question on SSH_ASKPASS
Hi everybody,
I have asked a question a long time ago regarding SSH_ASKPASS, but with the
latest version of OpenSSH I am not able to get the desired result.
My goal is to launch a script on a remote server via SSH without having to
type a password, because it is locally executed from a script. This should
not be too complicated, but somehow I am not able to figure this out myself.
I have
2010 Feb 16
5
Rsync / ssh high cpu load
Hi everybody,
I am using Cygwin rsync/ssh to synchronize my files from my home computer to
my server. I raised a question on the Cygwin list as well, but thought this
list would be appropriate too.
The issue is that the CPU on the sending side is fully allocated by
rsync/ssh (both taking 50%) during a file transfer. This is the command I
use:
rsync -e ssh * <user>@<server>:/data
2004 Feb 26
1
HP, Sybase and DM Review Invite You to a Web Seminar
HP, Sybase and DM Review present
Converting Compliance Cost into Business Advantage ? A Roadmap to Real-Time Data Analysis
Date: March 18, 2004
Time: 1:00 p.m. - 2:00 p.m. EST
Compliance with industry and government regulations is a mandatory cost of doing business. Architecting systems to handle reporting requirements ? often on five to ten year's worth of detailed business data ? can
2004 Apr 12
1
Regarding SSH_ASKPASS
I've been giving SSH_ASKPASS a hard look, and it's not clear to
me how it's supposed to work. The documentation (ssh.1) seems
explicit enough:
SSH_ASKPASS
If ssh needs a passphrase, it will read the passphrase from the
current terminal if it was run from a terminal. If ssh does not
have a terminal associated with it but DISPLAY and SSH_ASKPASS
are set, it will execute
2002 Jan 16
0
[Bug 69] New: Generalize SSH_ASKPASS
http://bugzilla.mindrot.org/show_bug.cgi?id=69
Summary: Generalize SSH_ASKPASS
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: ssh
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: bbum at codefab.com
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
2023 Dec 16
0
[Bug 3644] New: Pass the number of attempt to SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=3644
Bug ID: 3644
Summary: Pass the number of attempt to SSH_ASKPASS
Product: Portable OpenSSH
Version: 9.4p1
Hardware: All
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee: unassigned-bugs at
2009 Jun 01
2
Rsync spawning a child process when pulling files ?
Hi,
I am using rsync 3.0.4 on a WinXP machine (with CygWin) to synchronize my
files to a RedHat Linux server. Everything is working perfectly, but there
is one thing I do not understand.
Apparently there is a difference in pushing and pulling files with rsync.
When I push my files to the server with this command, I see one rsync
process on my WinXP machine, just as expected
rsync -rlt -e
2004 Oct 04
1
[Bug 69] Generalize SSH_ASKPASS
http://bugzilla.mindrot.org/show_bug.cgi?id=69
------- Additional Comments From yath at yath.eu.org 2004-10-05 00:57 -------
Created an attachment (id=722)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=722&action=view)
Patch to make use of SSH_ASKPASS more configurable
$SSH_USE_ASKPASS may be set to "never", "always" or "preferred", to choose
2008 Sep 02
2
Queries on ssh_askpass
Hi,
I had developed a program which spawns a shell where i am trying to use ssh
commands to log into a linux server.
There is a pop up dialog window which is prompting me for key-ing the
password.
Actually i want to get rid of this pop up dialog box, as i don't want this
to be visible in my program/code execution.
Could you please let me know is there any way to resolve and stop this
2004 Mar 16
0
Web Seminar Invitation: High-Octane Data for CRM
D&B and DM Review present
B2B CRM in Overdrive: The Revenue Impact of Optimal Data
Date: Tuesday, March 23, 2004
Time: 2:00 p.m. - 3:00 p.m. ET
11:00 a.m. - 12:00 a.m. PT
Get your CRM system in overdrive by adding "high-octane data." CRM is completely dependent on the quality of information contained within. Yet, according to industry experts, poor data quality is the number one
2001 Oct 09
0
Small patch for ssh_askpass()
Hi,
There is small bug in ssh_askpass().
Fix like this.
Additionally removing '\r' is for Win32 environment.
--- readpass.c 2001/10/09 05:42:49 1.1.1.1
+++ readpass.c 2001/10/09 08:06:38
@@ -45,7 +45,7 @@
{
pid_t pid;
size_t len;
- char *nl, *pass;
+ char *pass;
int p[2], status;
char buf[1024];
@@ -71,16 +71,15 @@
fatal("ssh_askpass: exec(%s): %s", askpass,
2003 Mar 15
1
Force reading with SSH_ASKPASS?
Hi,
I'm looking at integrating sftp into a larger project. It would be nice if
there was a way to force read_passphrase() (in readpass.c) to use SSH_ASKPASS
regardless of the properties of the terminal.
This would be easy enough to do, an environment variable or a new flag
definition would achieve this (I'm using an environment variable for
convenience at the moment). Would anyone
2003 Oct 08
1
[Bug 734] Misleading error message when host key verification is impossible / SSH_ASKPASS impossible.
http://bugzilla.mindrot.org/show_bug.cgi?id=734
Summary: Misleading error message when host key verification is
impossible / SSH_ASKPASS impossible.
Product: Portable OpenSSH
Version: 3.6.1p2
Platform: All
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: ssh
2023 Apr 14
0
[Bug 3562] New: make SSH_ASKPASS and SSH_ASKPASS_REQUIRE available as config options
https://bugzilla.mindrot.org/show_bug.cgi?id=3562
Bug ID: 3562
Summary: make SSH_ASKPASS and SSH_ASKPASS_REQUIRE available as
config options
Product: Portable OpenSSH
Version: 9.3p1
Hardware: Other
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2003 Jan 07
0
[Bug 69] Generalize SSH_ASKPASS
http://bugzilla.mindrot.org/show_bug.cgi?id=69
------- Additional Comments From djm at mindrot.org 2003-01-07 15:34 -------
hmmm, alternately you can fake it by setting "DISPLAY=foo"
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Sep 12
0
[Bug 1342] SSH_ASKPASS not working as expected
https://bugzilla.mindrot.org/show_bug.cgi?id=1342
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Status|NEW |RESOLVED
Resolution|---
2013 Jul 25
1
[Bug 1542] Send echo on/off flag to SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=1542
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2130
--- Comment #13 from Damien Miller <djm at mindrot.org> ---
Retarget to openssh-6.4
--
You are
2014 Feb 05
0
[Bug 1542] Send echo on/off flag to SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=1542
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |2188
--- Comment #15 from Damien Miller <djm at mindrot.org> ---
Retarget incomplete bugs / feature requests