Reply
Thread Tools
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#11
Originally Posted by nieldk View Post
did you run as root ?

You mean, you got no response - output - from running rpm command at all ?

please post any output here
Yes i ran it as root:

Code:
[root@localhost ~]# rpm -i --force  /mnt/sdcard/Downloads/openssh-6.5p1-1.armv7hl.rpm 
[root@localhost ~]#
There is no output, it just runs and ends without error or something..

After that if i try zypper it ends with :

Code:
zypper install  /mnt/sdcard/Downloads/openssh-6.5p1-1.armv7hl.rpm 
Loading repository data...
Reading installed packages...
'openssh = 0:6.5p1-1' is already installed.
No update candidate for 'openssh-6.5p1-1.armv7hl'. The highest available version is already installed.
BUT ssh -V tells me that operating version of openssh is still 5.6, even after reboot:

ssh -V
OpenSSH_5.6p1, OpenSSL 1.0.1c-fips 10 May 2012
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#12
please install also
openssh-clients-6.5p1-1.armv7hl.rpm
openssh-server-6.5p1-1.armv7hl.rpm
 

The Following User Says Thank You to For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#13
Originally Posted by nieldk View Post
please install also
openssh-clients-6.5p1-1.armv7hl.rpm
openssh-server-6.5p1-1.armv7hl.rpm

It seems ok now:

ssh -V
OpenSSH_6.5p1, OpenSSL 1.0.1c-fips 10 May 2012
EDIT: Now after i ssh nemo@192.168.0.77 i cant start midnight commander as user!
mc
-bash: mc: command not found
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins

Last edited by kollin; 2014-02-09 at 12:33.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#14
Originally Posted by kollin View Post

It seems ok now:



EDIT: Now after i ssh nemo@192.168.0.77 i cant start midnight commander as user!
mc
-bash: mc: command not found
seems I have a little update to do

add to /etc/profile
export PATH=$PATH:/usr/local/bin

Code:
devel-su
echo "export PATH=$PATH:/usr/local/bin" >> /etc/profile

Last edited by nieldk; 2014-02-09 at 12:46.
 

The Following User Says Thank You to For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#15
Originally Posted by nieldk View Post
seems I have a little update to do

add to /etc/profile
export PATH=$PATH:/usr/local/bin

Code:
devel-su
echo "export PATH=$PATH:/usr/local/bin" >> /etc/profile
Now it works.
Thank you!
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#16
How does it work with ECDSA keys you needed ?
 
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#17
Originally Posted by nieldk View Post
How does it work with ECDSA keys you needed ?
I'll test it later and let you know. I'm going out now for a Sunday afternoon cup of coffee.
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#18
Originally Posted by kollin View Post
I'll test it later and let you know. I'm going out now for a Sunday afternoon cup of coffee.
Sounds really GOOOOOD! enjoy my friend
(I tested
ssh-keygen -t ecdsa -b 521 -C "$(whoami)@$(hostname)-$(date -I)"

which seems to indicate it works
 

The Following User Says Thank You to For This Useful Post:
kollin's Avatar
Posts: 193 | Thanked: 203 times | Joined on Jun 2012 @ Sofia, Bulgaria
#19
Originally Posted by nieldk View Post
Sounds really GOOOOOD! enjoy my friend
(I tested
ssh-keygen -t ecdsa -b 521 -C "$(whoami)@$(hostname)-$(date -I)"

which seems to indicate it works

Strange i can't add my private key:

Code:
[nemo@localhost ~]$ ssh-add ~/.ssh/id_ecdsa
Enter passphrase for /home/nemo/.ssh/id_ecdsa: 
Bad passphrase, try again for /home/nemo/.ssh/id_ecdsa: 
Bad passphrase, try again for /home/nemo/.ssh/id_ecdsa:
And i'm sure the password is correct!

EDIT: It works with DSA keys !!!
So i think it's something wrong with ecdsa compatibility may be openssl or some other package that openssh is related to?

EDIT2: This looks relevant: https://www.martineve.com/2011/07/22...hy-in-openssh/
and it seems that i cant find nothing with this command:
Code:
[root@localhost ~]# find / -iname *ecdsa*
There is a big chance that ecdsa is amputated from openssl and openssh respectively .
__________________
Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment.
How to tell Heretics from Catholics?Papal legate Arnaud Amalric answers :Caedite eos. Novit enim Dominus qui sunt eius.(Kill them all, the Lord will recognise His own.)
“Get thee to Hell, where Asmodeus himself may suckle upon your diseased teat!”
Barnabas Collins

Last edited by kollin; 2014-02-09 at 21:03.
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#20
It has some minor issues that I need to correct, but you can try openssl 1.0.1f from my openrepos. I successfully created the ecdsa keys with that
 
Reply


 
Forum Jump


All times are GMT. The time now is 16:02.