Aide Linux - Liste de diffusion Ze-Linux hebergée par
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[fedora]freenx
bonsoir,
je cherche à me connecter sur un serveur freenx qui tourne mais la connexion
échoue.
D'après mon fichier log, je n'aurais pas de clé.
je cherche à en créer une avec ce qui est indiqué ci-dessous mais sans succès
[webmaster@serveur ~]$ ssh-keygen -t DSA
unknown key type DSA
pourriez-vous me donner un coup de main
Merci
Gérard
# This is to be done as a normal user. I'm using DSA keypairs for an example.
ssh-keygen -t DSA
# This will create two files: ~/.ssh/id_dsa and ~/.ssh/id_dsa.pub
# You can optionally create a passphrase for the keys, as an added level of
security.
# Copy the public key to your authorized_keys2 file.
cat ~/.ssh/id_dsa.pub >> ~/.ssh/authorized_keys2
# Copy the id_dsa to your client machine
# mv id_dsa .ssh/id_dsa
# chmod 600 .ssh/id_dsa
----------------------------------
Informations, désabonnement, règles, obligations sur la liste Aide-Linux :
http://lists.ze-linux.org/howto_ml.html
Liste Herbergee par Over-Link [http://www.over-link.net]
Aide Linux - Liste de diffusion Ze-Linux hebergée par