I also came across with the above error message while using ssh.
I tried ssh in 2 machines in a loop. Only 1 showed(machine 21, below) the 
error. And in that machine(21)i had changed the password once before i ssh. So 
i think the error may be because of the password change. 

Please note that ssh allows to login usig private/public key pair even
after the password of the machine is changed.

See below the results...


[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 21 22
+ rm -rf out
+ x=21
+ '[' 21 -le 22 ']'
++ ping -w4 -q 10.107.3.21
++ grep packets
++ awk -v id=21 '{if ($6!="100%") print "10.107.3."id}'
+ m_id=10.107.3.21
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.21:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.21:/home/pclab/Documents/
Agent admitted failure to sign using the key.
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.21 /home/pclab/Documents/test_program
Agent admitted failure to sign using the key.
++ expr 21 + 1
+ x=22
+ '[' 22 -le 22 ']'
++ ping -w4 -q 10.107.3.22
++ awk -v id=22 '{if ($6!="100%") print "10.107.3."id}'
++ grep packets
+ m_id=10.107.3.22
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.22:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.22:/home/pclab/Documents/
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.22 /home/pclab/Documents/test_program
++ expr 22 + 1
+ x=23
+ '[' 23 -le 22 ']'
[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 22
+ rm -rf out
+ x=22
+ '[' 22 -le ']'
./Desktop/Scripts/install: line 3: [: 22: unary operator expected
[r...@perfume2006 hance]# bash -x ./Desktop/Scripts/install 22 22
+ rm -rf out
+ x=22
+ '[' 22 -le 22 ']'
++ ping -w4 -q 10.107.3.22
++ grep packets
++ awk -v id=22 '{if ($6!="100%") print "10.107.3."id}'
+ m_id=10.107.3.22
+ scp -q /home/hance/Downloads/midsem_solutions_EE-733.pdf 
r...@10.107.3.22:/home/pclab/Documents/
+ rsync -avz /home/hance/Downloads/test_program 
r...@10.107.3.22:/home/pclab/Documents/
sending incremental file list

sent 37 bytes  received 12 bytes  8.91 bytes/sec
total size is 75  speedup is 1.53
+ ssh r...@10.107.3.22 /home/pclab/Documents/test_program
++ expr 22 + 1
+ x=23
+ '[' 23 -le 22 ']'

-- 
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

Reply via email to