Displaying 3 results from an estimated 3 matches for "lcent03".
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
90...
2010 Nov 28
2
ssh-agent fails to hold values
...e/bluethundr/.ssh/id_rsa (/home/bluethundr/.ssh/id_rsa)
[bluethundr at LCENT01:~]#ssh sum3
Last login: Sun Nov 28 14:32:34 2010 from localhost.localdomain
#########################################################
# SUMMITNJHOME.COM #
# TITLE: LCENT03 BOX #
# LOCATION: SUMMIT BASEMENT #
# #
#########################################################
[bluethundr at LCENT03:~]#
Does anyone have any suggestions to make ssh-agent hold these values a
bit...
2011 May 03
5
virtdown script
hello list!
I have a small shell script that I wrote that is meant to quickly bring down all of my xen instances in a quick and easy manner. Odd thing is, it does work on the command line. But if I put it into a script this happens:
[root at LCENT03:/home/bluethundr/bin] #virtdown
>
it expects another command to happen. which is odd since all of the text delimiters (" and ') are balanced according to vim. I was wondering if I could have an opinion on why this might be happening. Here's the script:
#/bin/bash
for i in $(vir...