Table of Contents

Mise à jour de OpenWRT RC3 vers RC4

OpenWRT RC4

Voici les principaux atouts et ajoûts de la version RC4 du firmware OpenWRT :

Mise à jour

Après la mise à jour

Authentification SSH par clef

root@OpenWrt:~# ls /etc/dropbear/
dropbear_dss_host_key  dropbear_rsa_host_key
 
root@OpenWrt:~# cd /etc/dropbear/
root@OpenWrt:/etc/dropbear# cat /tmp/id_rsa.pub >> authorized_keys
root@OpenWrt:/etc/dropbear# chmod 0600 authorized_keys 
root@OpenWrt:/etc/dropbear# 
bash-2.05a$ ssh root@192.168.1.1
Enter passphrase for key '/Users/mac/.ssh/id_rsa': 
bash-2.05a$ ssh root@192.168.1.1
Enter passphrase for key '/Users/mac/.ssh/id_rsa': 
Enter passphrase for key '/Users/mac/.ssh/id_rsa': 
Enter passphrase for key '/Users/mac/.ssh/id_rsa': 
root@192.168.1.1's password: 
     /usr/bin/dropbearkey

qui devient donc :

     /usr/bin/dropbearkey -s
bash-2.05a$ ssh root@192.168.1.1
Enter passphrase for key '/Users/mac/.ssh/id_rsa': 
Permission denied (publickey).