keychain: command not foundevery time we logged on to krishna via ssh. Googled, found that it was a bug in Mandriva, fixed it by editing .bash_profile by adding an if [ -x /usr/bin/keychain ] like
if [ ! -d $HOME/.keychain ]; thenThe [space] before the -x is important....
if [ -x /usr/bin/keychain ] ; then
keychain
fi
fi
I'm having similar difficulty, trying to ssh to a PCLinuxOS box from a PCLinuxOS laptop (PCLinuxOS being based on Mandriva).
ReplyDeleteI tried editing bash_profile as you suggest, but I still get the error.
Should I restart my Xsession or something for the edit to be effective?
huh...looks like I don't have "keychain" in /usr/bin...or anywhere...
ReplyDeletedoh
looks like I need to apt-get something...