sshpass-devel Mailing List for Non-interactive ssh password auth (Page 3)
Brought to you by:
thesun
You can subscribe to this list here.
2008 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(3) |
Oct
|
Nov
(6) |
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2021 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(12) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Hans M. <han...@gm...> - 2011-03-10 07:52:22
|
Hello, "sshpass ... scp ..." doesn't display a progress bar as scp normally does. I digged in scp code and found the following: static int can_output(void) { return (getpgrp() == tcgetpgrp(STDOUT_FILENO)); } The tcgetpgrp call returns -1, if scp is called via sshpass. I tried a bit hacking in sshpass without success. Without a call of setsid() in the child fork in sshpass, the tcgetpgrp call in the child works as it should, but that fails sshpass entering the password. As I don't know how theses terminals work in much detail, I am not able to find a solution to this. I would appreciate it if someone with deeper knowledge fixes this. I also added this to the bugtracker: http://sourceforge.net/tracker/?func=detail&atid=800672&aid=3198476&group_id=156659 Best regards -- Schon gehört? GMX hat einen genialen Phishing-Filter in die Toolbar eingebaut! http://www.gmx.net/de/go/toolbar |
From: Kevin W. (DL) <Kev...@gk...> - 2010-04-26 14:43:49
|
Hello, Attempting to set this up on an AIX version 5 system. The make command appeared to work normally but came up with the following at the end: config.status: executing depfiles commands cc -DHAVE_CONFIG_H -I. -g -O2 -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c mv -f .deps/main.Tpo .deps/main.Po cc -g -O2 -o sshpass main.o ld: 0711-317 ERROR: Undefined symbol: .rpl_malloc ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information. collect2: ld returned 8 exit status make: 1254-004 The error code from the last command is 1. Stop. make: 1254-004 The error code from the last command is 2. Stop. Anyone have any ideas as to what might be the issue? Regards, Kevin Williams -------------------------------------------------------------------------- This e-mail and any attachments transmitted with it contain information which is confidential, intended solely for the addressee(s) and which may also be privileged or exempt from disclosure under applicable law. If you are not the addressee(s), or have received this e-mail in error, please notify the sender immediately, delete it from your system and do not copy, print, disclose or use any part of it or its attachments. Internet communications are not guaranteed to be secure or free of any virus. The GKN Group does not accept liability for any loss or damage arising in any way from changes to this e-mail or its attachments which may occur in transmission due to network, machine or software failure or manufacturer or operator error, or from unauthorised access or interference with internet communications by any third party or from the transmission of any viruses. Any opinion or other information in this e-mail or its attachments that does not relate to the business of the GKN Group or any part of it is personal to the sender and is not given or in any way endorsed by the GKN Group or any part of it. |
From: Shachar S. <th...@us...> - 2009-03-02 18:29:35
|
Michele Mase' wrote: > > Some suggestion(s) ??? > Regards, Michele Quite a few. First one is to use the mailing list. Second one is to use a less dated compiler. Third one is to locally patch the code, because there is no way I'm downgrading the C standard used so that 2.95 can compile it. All further communication should be through the mailing list (you need to subscribe in order to post). Shachar |
From: Shachar S. <sh...@sh...> - 2008-10-02 17:00:40
|
Hi all, Version 1.02 is now available for download. The main news for this release is broader platform support in the code. The main platform known not to compile before and to compile now is cygwin. Share and enjoy Shachar |
From: Casey C. <cca...@gl...> - 2008-01-23 14:54:32
|
=20 =20 From: Casey Catalano=20 Sent: Tuesday, January 22, 2008 11:00 AM To: 'ssh...@li...' Subject: Enhancement to sshpass to have it work when authenticity can't be established =20 I just installed sshpass and found it to be very useful. However, it freezes if the host that I'm attempting to connect to does not have an entry in the known_hosts file. =20 When this happens, the user needs to answer "yes" to the following prompt before seeing the "password:" prompt. =20 The authenticity of host '192.168.40.87 (192.168.40.87)' can't be established. RSA key fingerprint is 33:12:8b:58:35:bf:8d:0e:f8:27:26:3a:81:5a:d8:e7. Are you sure you want to continue connecting (yes/no)? =20 I've modified main.c to address this issue. How do I go about getting my enhancement checked into subversion? =20 =20 Thanks, =20 Casey Catalano. =20 |
From: Shachar S. <sh...@sh...> - 2008-01-22 17:32:59
|