Displaying 20 results from an estimated 1000 matches similar to: "Source keychain credentials in Perl?"
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
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
2010 Mar 04
4
Permissions problem
What am I doing wrong here? I need to be able to write to /var/cvs.
This used to work before I moved these groups into an LDAP directory
instead of /etc/group:
[scarolan at watcher:/var/cvs]$ touch test.txt
touch: cannot touch `test.txt': Permission denied
[scarolan at watcher:/var/cvs]$ ls -ld
drwxrwsr-x 4 cvs cvsgrp 4096 May 18 2008 .
[scarolan at watcher:/var/cvs]$ id scarolan
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
2014 Mar 02
1
ssh-askpass in bash script
Hey all,
I have ssh-askpass installed on Centos 5.7 and I'm trying to find a way to
log into the host and not have it ask me to enter in my long / complex
passphrase every time I ssh into another host.
I've googled for some scripts that you can add to your bash configuration
so that you won't have to do that.
So I have to end up typing 'eval $(ssh-agent) &&
2009 Jun 03
4
Good md5sum snapshot tool?
I have a server that is undergoing some patching soon and would like
to make note of any files that have changed after the patching is
complete. Can you recommend a tool that uses md5sum snapshots to do a
quick before and after test, showing anything that's changed on a
particular file system?
2009 May 04
6
Best mobile SSH client?
I'm up for a cell phone contract renewal and am considering upgrading
my handset. I looked at some devices at my local AT&T store but
nothing really jumped out at me. I'm particularly interested in a
cell phone that has a reliable ssh client, with ssh-agent and public
key authentication abilities. Those of you who administer systems
remotely, what mobile ssh client do you recommend?
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
2011 Mar 03
4
Gnu Screen - terminal issues
I really like gnu screen and use it everyday but there's one thing
that is a bit inconvenient, and that's the odd line wrapping and
terminal size issues that seem to pop up. The problem crops up when I
type or paste a really long command, and then go back and try to edit
it; the text starts to wrap over itself and you have no idea what you
are editing. Any fixes for this?
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):
2009 Jul 20
3
Limit RAM used by a perl script
I have a perl script which runs from a cron job. How would you limit
the amount of RAM that this script is allowed to consume? Is there a
ulimit setting that will accomplish this? If so does ulimit have to
be run each time the script is run, or is there a way to set it
permanently?
2011 Jul 20
2
Variable assigned to grep output - missing letter n!
This is kind of odd.
[scarolan at host:~]$ cat loremipsum.txt
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec quis
ipsum sed elit laoreet malesuada. Quisque rhoncus dui vitae eros
euismod fermentum sollicitudin sem scelerisque. Nulla facilisi.
Maecenas mollis pulvinar euismod. Duis viverra pharetra turpis eget
feugiat. Nulla facilisi. Nullam facilisis, felis vitae lacinia
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
2008 Jul 15
2
Help with iptables rule for blocking UDP port 53
I would like to block all DNS queries that come from one particular ip
address. I used TCPdump to verify that the queries were in fact,
coming from this IP:
[scarolan at server:~]$ sudo tcpdump -n udp port 53 and src 10.100.1.1
tcpdump: listening on eth0
11:12:17.162100 10.100.1.1.19233 > 10.100.1.61.domain: 14270+ A?
server.domain.com. (32) (DF)
Could someone help with the proper syntax
2015 Sep 26
5
[RFC][PATCH v2] Support a list of sockets on SSH_AUTH_SOCK
The idea behind this change is to add support for different "ssh-agents"
being able to run at the same time. It does not change the current
behaviour of the ssh-agent (which will set SSH_AUTH_SOCK just for
itself). Neither does it change the behaviour of SSH_AGENT_PID (which
still supports only one pid).
The new implementation will go through the list of sockets (which are
separated by a
2008 Oct 01
2
XDMCP - no GDM login, only gray screen with X
I'm having trouble getting the GDM login screen to show up when I
connect from a remote host. I'm using Xming on the local Windows
machine, but every time I connect to the remote server all I get is a
gray window with the X cursor. I have "Enable=true" in the [xdmcp]
section of /etc/gdm/custom.conf. IPtables is disabled. I've googled
around and read through the xdmcp page
2008 Aug 11
4
df to get total disk usage on all filesystems?
Is there a flag for the df command to get the total disk space used on
all filesystems as one number? I have a server with a lot of mounted
shares. I'm looking for a simple way to measure rate of data growth
across all shares as one total value.