Displaying 20 results from an estimated 1100 matches similar to: "keychain problem(with config file)"
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
2010 Nov 16
5
ssh prompting for password
hello list
I have a network mounted home directory shared between all hosts on my network:
[bluethundr at LCENT03:~]#df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
140G 4.4G 128G 4% /
/dev/sda1 99M 35M 60M 37% /boot
tmpfs 1.6G 0 1.6G 0% /dev/shm
nas.summitnjhome.com:/mnt/nas
2010 Dec 12
1
heartbeat configuration for lb
hello list!
I am attempting to setup haproxy using a shared up I am trying to
setup using the heartbeat package that I currently have installed:
[root at VIRTCENT01:~]#rpm -qa | grep heartbeat | grep -v -e stonith -e pils
heartbeat-2.1.4-11.el5
heartbeat-2.1.4-11.el5
I have /etc/ha/.d authkeys setup this way:
#
auth 2
#1 crc
2 sha1 {SHA}secret
I have /etc/ha.d/resources setup like this:
2011 Oct 18
3
haproxy ssl
hello list,
I am attempting to load balance SSL web servers using haproxy on centos 5.7.
I am using HA-Proxy version 1.4.18
Here is the stanza in the config regarding SSL:
listen https 192.168.1.200:443
mode tcp
balance roundrobin
option forwardfor except 192.168.1.200
option redispatch
maxconn 10000
reqadd X-Forwarded-Proto:\ https
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.
2004 Jan 06
1
Keychain Patch Try II
Sorry; here's the message I sent with the Keychain Patch yesterday. I
didn't realize that the list wouldn't extract the text parts of the
message. Enjoy.
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
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
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):
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
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
2010 Dec 31
2
happy new years ssh key problem :)
Hi List,
Happy New Years and I was hoping to get some help on an ssh issue
that I am having. For some reason I am unable to scp to hosts on this
network using RSA keys. Here is what I am doing/what is going on;
scp the public key to remote host
[amandabackup at VIRTCENT18 ~]$ scp ~/.ssh/id_rsa_amdump.pub amandabackup at lb1:~
amandabackup at lb1's password:
id_rsa_amdump.pub
2010 Nov 28
2
ssh-agent fails to hold values
Hello list
I am attempting to manage my key logins with ssh-agent. However EVERY
time I try to ssh I have to go through the same exact routing and it's
getting a little old...
[bluethundr at LCENT01:~]#ssh sum3
Enter passphrase for key '/home/bluethundr/.ssh/id_rsa':
[bluethundr at LCENT01:~]#exec ssh-agent bash
[bluethundr at LCENT01:~]#ssh-add
Enter passphrase for
2010 Dec 31
1
amanda backup ssh key
hello list,
I am attempting to ssh via a user account setup for amanda backups
from the backup server to the test backup client. AFAIK everything is
setup correctly yet when I ssh as the user to the client I have to
type the password. the public key is in the authorized_keys file of
the client and permissions all seem correct.
Here is a verbose output of the ssh session
[amandabackup at
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
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
2011 Feb 20
1
initlog is deprecated
Hello Centos,
I am getting an error that I am not familiar with when I restart ssh.
[root at virtcent01:~] #service sshd restart
Stopping sshd: [ OK ]
Starting sshd:WARNING: initlog is deprecated and will be removed in a
future release
[ OK ]
[root at virtcent01:~] #
I was just
2024 Jul 04
1
Apple's SSH x OpenSSH (brew) x CTK x Security Key types
Hi,
What I was trying to do (apart from toying with stuff) was to get a realiable, single, portable/importable credential that would be universally available whenever I need it but in normal operation would be either stored in or wrapped by Secure Enclave (this means EC keys), instead of provisioning 5 resident FIDO keys, one Secretive SE-wrapper key and a backup key. (I know, I could use
2015 Jul 14
2
ssh failed only with nfs home directory
Hey all,
Having a weird ssh issue I'd like some opinions on.
If I have my home directory mounted on the NFS server itself, I get
permission denied when I try to ssh into it. The correct permissions and
ownership are on the home directory, ssh directory and the authorized_users
file.
Here's what a verbose ssh session looks like:
#ssh -v bluethundr at nfs1.example.com
OpenSSH_6.2p2,