similar to: Passing a password from a program to ssh

Displaying 20 results from an estimated 4000 matches similar to: "Passing a password from a program to ssh"

2002 Apr 10
1
OpenSSH server stops returning data from a server module
Hi all I've written a client/server application using OpenSSH for securing the transactions. The server is written as OpenSSH server module (same as sftp) while the client is a seperate application invoking the ssh client. My application and the ssh client are connected by socketpairs the same way as the OpenSSH server and the server module are. After the connection between the ssh
2009 Aug 14
1
Very long establishment time for secondary connections
Hello, I'm currently on Dovecot 1.1.17 and I have a user that runs into a problem quite a lot. She's using Thunderbird on a Mac. When she sends mail, Thunderbird is set up to save sent mail to her Sent folder. Often (usually when she has not sent another mail for a long while) when she sends mail, Thunderbird sits there saying "Copying message to Sent folder" for about thirty
2006 Nov 29
2
Loosing IAX connection between offices
Setup: Office A: router: Linksys WRT54GS running SVEASOFT Alchemy-pre7a v3.37.6.8sv Asterisk: v.1.2.4 static IP Office B: router: Linksys WRT54GL running Linksys firmware v4.30.2 Asterisk: v.1.2.7.1 dynamic IP (using dyndns name) Office A is set up with refresh dns and cron job for iax2 reload every 5 minutes. It rarely looses connection to Office B. Surprisingly, Office B is the one loosing
2011 Jan 10
2
Reestablishing trust with PDC
I often change configurations in a home server environment, and have scripts to back up all config files etc. - on a fresh OS install I can quickly restore function of all the services I'm running. I'm using version 3.4.7 as a PDC on Ubuntu with 4 Windows 7 clients. I can restore smb.conf which gets the file shares and server configuration back, but I lose the trust relationship with the
2003 May 28
3
share persistence problem
After awhile, my connections from my PC to my samba server end up with a red "X" in them (share disappeared) if I leave my explorer window open. If I click on these, they "wake up" and continue to function (and the red X's go away). If I close my explorer window (while the red X's are there) and reopen it , they are gone. An attempt to reestablish these
2010 Dec 06
1
Trust does not work anymore after upgrade to 3.4.9
Hi, I did upgrade from samba 3.0.28b to 3.4.9. Now the trust does not work anymore. When we try to reestablish the trust, we get an error: ldapmaster:/etc/openldap/schema # net rpc trustdom establish BIO Enter EVAN$'s password: Could not connect to server HEINBLOED Storing password for trusted domain failed. Google does not really help and logfiles (loglevl 10) do not tell me what is wrong.
2018 Mar 25
1
Rsync between 2 datacenters not working
I still stuck with these errors packet_write_wait: Connection to 192.168.10.43 port 22: Broken pipe rsync: connection unexpectedly closed (534132435 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(605) [receiver=3.0.9] rsync: connection unexpectedly closed (27198 bytes received so far) [generator] rsync error: unexplained error (code 255) at
2006 Nov 10
3
advanced plotting
!urgent! Hi all. I am facing a problem plotting a indicatormatrix to visualize the pattern. Matrix consist from 1's and 0's. for example x <- matrix(c(0,0,1,0, 1,1,1,1, 0,0,0,1, 1,0,1,1), nrow = 4, ncol=4) an i want to have a plot like | . | . . . . | . | . . . |_______> I thinking of somethink like a for loop, which creates a data point whenever
2008 Aug 29
7
[Bug 69] Generalize SSH_ASKPASS
https://bugzilla.mindrot.org/show_bug.cgi?id=69 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm at mindrot.org Alias| |generalised-askpass -- Configure bugmail:
2015 Sep 25
2
[PATCH 0/1] efi: DNS resolver
On Tue, Sep 15, 2015 at 05:22:40AM -0400, Gene Cumm via Syslinux wrote: > On Sep 10, 2015 1:32 AM, "celelibi--- via Syslinux" <syslinux at zytor.com> wrote: > > > > From: Sylvain Gault <sylvain.gault at gmail.com> > > > > Despite having native network capabilities, UEFI 2.4 (the most > > widely deployed at the moment) has no native DNS
2011 Jan 11
3
[Resolved] Reestablishing trust with PDC
Thanks to both of you - exactly the piece I was missing. -----Original Message----- From: tms3 at tms3.com [mailto:tms3 at tms3.com] Sent: Monday, January 10, 2011 12:52 PM To: Christ Schlacta Cc: samba at lists.samba.org Subject: Re: [Samba] Reestablishing trust with PDC > > > you haven't tried experimenting with backing up and restoring the > samba password cache. look in
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
2002 Feb 19
5
CIFS Session transfer
Hi All, I would like to know if this is possible and if possible what is the complexity. Consider a CIFS client, SAMBA Server1 and Samba Server2. Say a session is established between a CIFS client and SAMBA server1. Is it possible for the SAMBA server1 to transfer/redirect/reestablish the connection to SAMBA server2 without the CIFS client knowing about this? The session between the CIFS
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
2007 Jan 18
2
SSH_ASKPASS behavior change proposal
Hello, OpenSSH Developers! I'm not a member of the OpenSSH development team or a member of this mailing list. I have a small change to propose for OpenSSH and since the mailing list page at openssh.com indicated the general discussion list is for support, I thought this list would be a better place to discuss this. Please forgive me if I've committed a faux pas. I propose that the
2002 Apr 22
9
Password from open filedescriptor
The included patch adds a new option to the ssh client: -d fd Read the password from file descriptor fd. If you use 0 for fd, the passphrase will be read from stdin. This is basically the same as GPG:s parameter --passphrase-fd. Flames about why this is a bad idea goes into /dev/null. I really need to do this. There are lots of ugly Expect-hacks out there, but I want a more clean
2015 Sep 28
3
[PATCH 0/1] efi: DNS resolver
On Fri, Sep 25, 2015 at 6:40 PM, Celelibi via Syslinux <syslinux at zytor.com> wrote: > 2015-09-25 21:27 UTC+02:00, Geert Stappers via Syslinux <syslinux at zytor.com>: >> On Tue, Sep 15, 2015 at 05:22:40AM -0400, Gene Cumm via Syslinux wrote: >>> On Sep 10, 2015 1:32 AM, "celelibi--- via Syslinux" <syslinux at zytor.com> >>> wrote:
2015 Sep 28
1
[PATCH 0/1] efi: DNS resolver
On Mon, Sep 28, 2015 at 06:36:24PM +0200, Celelibi via Syslinux wrote: > 2015-09-28 12:50 UTC+02:00, Gene Cumm > > On Fri, Sep 25, 2015 at 6:40 PM, Celelibi via Syslinux > >> 2015-09-25 21:27 UTC+02:00, Geert Stappers via Syslinux > >>> On Tue, Sep 15, 2015 at 05:22:40AM -0400, Gene Cumm via Syslinux wrote: > >>>> On Sep 10, 2015 1:32 AM,
2023 May 14
18
[Bug 3572] New: ssh-agent refused operation when using FIDO2 with -O verify-required
https://bugzilla.mindrot.org/show_bug.cgi?id=3572 Bug ID: 3572 Summary: ssh-agent refused operation when using FIDO2 with -O verify-required Product: Portable OpenSSH Version: 9.3p1 Hardware: Other OS: Linux Status: NEW Severity: minor Priority: P5 Component:
2020 Nov 25
3
Stream over SSL and chrome
Hello All, I had installed icecast2.2.4 with openSSL. I created a wordpress web site with SSL. If I stream with HTTPS under chrome , the player don’t work. If I stream without yes ! Could you please help me ? Thanks -------- Norbert Deleutre  <http://www.lmgc.univ-montp2.fr/perso/norbert-deleutre/> P 0467149655 UMR CNRS 5508  <http://www.lmgc.univ-montp2.fr/> A Campus