similar to: Keychain Patch Try II

Displaying 20 results from an estimated 200 matches similar to: "Keychain Patch Try II"

2003 Dec 19
2
Mac OS X Keychain Support
Hello, I'm a Mac OS X user, and I got tired of typing my password every time I want to login, but didn't want to use ssh-agent and the like. So, I grabbed the code for OpenSSH 3.7p1, and made some modifications which allow passwords to be stored and recalled from the OS X Keychain. The reason I'm posting to this list is that I'd like to make these modifications available to
2000 May 08
0
Patch for IA-64
Hi, I have ported Samba 2.0.6 to run on Linux/IA-64. I had to make a few modifications to get Samba to configure and compile properly. The mods mostly have to do with missing prototypes which weren't present in system include files (e.g. ptsname()). The biggest pain turned out to be a prototype for crypt() which is defined in <unistd.h> only with -D_XOPEN_SOURCE. Defining this caused
2006 Nov 02
0
SOLVED: Re: Using perl-Net-SSH-Perl with pubkey authentication under CGI.
On 02/11/06, Will McDonald <wmcdonald at gmail.com> wrote: > Guys, I wonder if anyone can give me any pointers here, I hope it's > CentOS related enough not to be too off topic, if it is then > apologies. Thanks to Marc and Ingimar for their suggestions, I think we've cracked it. When Keychain runs it prompts the user for their private key password then stores the
2002 May 24
2
Password Length Conundrum
I've jsut installed Samba-2.2.4, from source on a Solaris 2.6 box. I'm looking to upgrade from some 2.0.x versions I'm running. I've createed a password entry using smbpasswd -a and added my password. My password has 9 characters in it. Using smbclient on the Solaris box, I can access the share, but I can't from Win95 or Win2000 clients (encryption is on). If I try to access
2003 Dec 22
0
openssh-unix-dev Digest, Vol 8, Issue 15
I think what Mr. Farr is referring to is keychain support. Keychain is provided as part of OS X. Apple published an API for it. An OS X compile would store and retrieve keys from Keychain in lieu/addition to the SSH Agent. Keychain is to OS-X what the ssh-agent is to ssh. This makes perfect sense, and I haven't been sufficiently peeved to do this yet, but I have dreamt of this myself. It
2015 Nov 18
1
centos 7 and keychain
On 11/17/2015 11:27 AM, PS = Pete Stieber wrote: PS>> Is there a centos recommended repository for PS>> centos 7 where I can obtain the keychain PS>> package? On 11/17/2015 8:19 PM, WJ = Wes James wrote: WJ> I can only see a version for centos 6: WJ> WJ> http://pkgs.repoforge.org/keychain/ WJ> WJ> You?ll need to download the src and see if WJ>you can build it.
2008 Mar 05
1
Source keychain credentials in Perl?
Keychain is quite a useful tool for automating SSH logins without having to use password-less keys: http://www.gentoo.org/proj/en/keychain/ Normally it is used like this to set the SSH_AUTH_SOC and SSH_AGENT_PID variables: source ~/.keychain/hostname-sh (This is what's in hostname-sh) SSH_AUTH_SOCK=/tmp/ssh-XXn47DUn/agent.16721; export SSH_AUTH_SOCK; SSH_AGENT_PID=16722; export
2004 Jan 05
0
Mac OS X Keychain Patch
Hey all, Here's the patch to let SSH store passwords in the Mac OS X Keychain. I don't know whether you guys want to include it or not with the distribution; some people have said that since Keychain is not an open source product, it's not proper to put it in, while others think it's OK. I'll leave it up to you; it's served its purpose to me. The patch is against
2011 Jan 15
0
keychain problem(with config file)
Sorry meant to attach my sshd_config file.. here it is! ---------- Forwarded message ---------- From: bluethundr <bluethundr at gmail.com> Date: Sat, Jan 15, 2011 at 11:22 AM Subject: keychain problem To: CentOS mailing list <centos at centos.org> hello centos.. I am having a very annoying problem on my network right now. it looks like every time I try to add my ssh key to keychain
2015 Nov 18
0
centos 7 and keychain
> On Nov 17, 2015, at 11:27 AM, Pete Stieber <pstieber at gmail.com> wrote: > > Is there a centos recommended repository for centos 7 where I can obtain the keychain package? > > TIA, > Pete I can only see a version for centos 6: http://pkgs.repoforge.org/keychain/ <http://pkgs.repoforge.org/keychain/> You?ll need to download the src and see if you can build it.
2007 Aug 24
0
rsync patch to add Apple keychain support
Hi! In a project I'm working on, I needed a way to run rsync in daemon mode as a regular user without having the passwords readable to everybody accessing the console. With this chance rsync falls back to Apples keychain access if no secrets file is given. You need to put the passwords into the keychain like this (I do it programmatically bit it can be done manually as well):
2006 Nov 02
1
Using perl-Net-SSH-Perl with pubkey authentication under CGI.
Guys, I wonder if anyone can give me any pointers here, I hope it's CentOS related enough not to be too off topic, if it is then apologies. I'm attempting to setup a CGI which can connect to a remote system and execute a command. On the 'client', for the Apache user 'apache' I've given it a shell and generated a key-pair. I've configured Keychain [
2011 Jan 15
1
keychain problem
hello centos.. I am having a very annoying problem on my network right now. it looks like every time I try to add my ssh key to keychain I have to issue a command just to get my ssh subsystem communicating with the ssh-agent: I have this line in my .bashrc file $(keychain --eval --quick --quiet private_key1 private_key2 private_key3) If I try to perform ssh-add I get the message: [bluethundr
2015 Nov 17
2
centos 7 and keychain
Is there a centos recommended repository for centos 7 where I can obtain the keychain package? TIA, Pete
2014 Apr 01
3
trouble installing Math::BigInt module
I had to move a perl script from an old server to a new one. Both the old and new servers are running "CentOS release 5.10 (Final)" and perl v5.8.8. (But the problem I'm running into appears to be a package management problem and not a Perl problem which is why I'm posting it to a CentOS list.) The line of code in the script that attempts to open a Net::SFTP connection,
2009 Jan 07
2
folding Apple tweaks into openssh
Hi. Apple have a bunch of patches to openssh that they have folded into the version that's shipped with MacOSX. Some of these are very convenient: like automagically starting an ssh-agent at login/boot time and the ability to have SSH passphrases stored and fetched from the Keychain. It would be nice if these could be considered for rolling in to a future release of openssh. FWIW
2009 Aug 31
0
gcc: fork: can not allocate memory
Hello, The above is on a CentOS 5.3 machine, a vps actually. I started seeing it a few weeks ago when i was trying to get an ssh-key program called keychain going. It required an entry in ~/.bash_profile after that i started seeing the above error and compiles kept failing or tasks wouldn't complete. I commented out the lines that started keychain, and for measure rebooted the box. For the
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
2008 Oct 03
1
[Bug 1529] New: Need a method to add new configuration options in a backwards-compatible fashion (avoiding "Bad configuration option")
https://bugzilla.mindrot.org/show_bug.cgi?id=1529 Summary: Need a method to add new configuration options in a backwards-compatible fashion (avoiding "Bad configuration option") Product: Portable OpenSSH Version: 5.1p1 Platform: All OS/Version: All Status: NEW Severity:
2015 May 31
2
Using two agents
On Sat, May 30, 2015 at 2:41 PM, Peter Stuge <peter at stuge.se> wrote: > Nico Kadel-Garcia wrote: >> Mind you, I've never been complete thrilled with ssh-agent. > > Then look into extending it, or writing a new one which does what you > want. My underlying, long-term concern with ssh-agent is my underlying concern with private SSH keys. There's currently no way to