Hello,
I've already post few weeks ago for that.
In fact, I'd like to make a system of private/public key between my openwrt and debian on a compuler linux.
I'd like that from my openwrt, if I do:
ssh thierry@private_ip__of_debian
he loggs to ssh server of debian without asking me a password.
I tried to generate keygen with ssh-keygen, but there is'nt this command in openwrt even with client openssh installed:
oot@OpenWrt:~# ipkg list_installed|grep "ssh"
openssh-client - 4.0p1-1 - OpenSSH client
openssh-client-utils - 4.0p1-1 - OpenSSH client utilities
So after if I manage to generate a pair of key from openwrt, I will have to copy the public key to my debian, and it will work I think.
I precise that I want to connect from openwrt to my debian, and not in the other side...
I use the default ssh server of openwrt which is dropbear.
I can keep it to do that? Or it's recommend to install openssh server instead of dropbear?
And if I have to do that, is it simple in case of problem, to reinstall dropbear with my initial configuration?
Thanks a lot :-)
