/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy
Y cambiar:
<allow_active>auth_admin_keep</allow_active>
Por:
<allow_active>yes</allow_active>
En la sección:
Modificar las conexiones de red personales
/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy
<allow_active>auth_admin_keep</allow_active>
<allow_active>yes</allow_active>
ssh-keygen -t dsa -b 1024
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_dsa.
Your public key has been saved in /root/.ssh/id_dsa.pub.
The key fingerprint is:
45:45:45:45:45:45:45:45:45:2b:6e:57:8a:97:5d:11 root@servidor
The key's randomart image is:
+--[ DSA 1024]----+
| |
| Se |
| . |
| . . |
| . . S |
| o . odfg o |
|o.O = . |
|=sdf . |
|* |
+-----------------+
scp id_dsa.pub root@servidordestino:/tmp
cat /tmp/id_dsa.pub >> /root/.ssh/authorized_keys
PubkeyAuthentication yes