Re: [Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2010-05-26 Thread Tim Utschig

Just my $0.02...

If you use an SSH agent, do yourself a favor and use OpenSSH's 
own ssh-agent.  I've found 
seahorse/gnome-keyring-daemon/whatever very unreliable, 
especially when I run dozens of parallel ssh commands (which all 
use public key auth via the SSH agent).  I give it a chance with 
each new Ubuntu release, but each time it has failed me.

I always end up falling back to the following in ~/.bashrc:

  export SSH_AUTH_SOCK=$HOME/.ssh/.authsock

and the following alias for starting a new agent (once per boot):

  alias ssh-agent-init='bash -c '\''eval `ssh-agent -s`; ln 
-sf $SSH_AUTH_SOCK $HOME/.ssh/.authsock; echo Agent authsock 
$SSH_AUTH_SOCK; ssh-add /path/to/mykeys/id_[rd]sa'\'

I hear people also use the keychain package to achieve the 
same, though I haven't looked at it.

http://packages.ubuntu.com/lucid/keychain

-- 
Tim Utschigt...@magnumsemi.com
Network / Unix Systems Administrator
Magnum Semiconductor
Desk: 408-934-3754 , Mobile: 408-644-3861

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 252686] Re: Reload action on init script kills daemon

2009-05-17 Thread Tim Utschig

Is the fix discussed in #228460 going to make it into hardy?  Specifically this 
change to /lib/lsb/init-functions:

   -if [ -n $sig -o $sig = 15 -o $sig = TERM ]; then
   +if [ -z $sig -o $sig = 15 -o $sig = TERM ]; then

I'm encountering this bug when /etc/init.d/freeradius reload ends up
sending SIGTERM rather than SIGHUP.

I can see that it is marked as WONTFIX for hardy.  I suppose it is not a
severe bug, but it is confusing when first encountered and annoying
thereafter.

-- 
Reload action on init script kills daemon
https://bugs.launchpad.net/bugs/252686
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2009-02-12 Thread Tim Utschig
Running into this on intrepid.  I have two keys loaded into my gnome-
keyring agent, one DSA, one RSA.   Pubkey auth using the DSA is key is
failing with the Agent admitted failure message, but RSA succeeds
immediately after.

Ran an strace, and noticed that it's writing the following to syslog:

   Feb 12 20:13:12 timlaptop gnome-keyring-daemon[6368]: signing of the
data failed: Invalid object

-- 
ssh Agent admitted failure to sign using the key on big endian machines
https://bugs.launchpad.net/bugs/201786
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-11-10 Thread Tim Utschig
The apparmor profile needs to be updated.  From /var/log/audit/audit.log
(when auditd is installed, /var/log/kern.log otherwise, I think):

type=APPARMOR_DENIED msg=audit(1226338235.355:31):
operation=inode_permission requested_mask=::r denied_mask=::r
fsuid=113 name=/proc/17804/net/if_inet6 pid=17805
profile=/usr/sbin/named

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs