A voir également:
- Shell
- Classic shell windows 11 - Télécharger - Personnalisation
- Shell startup windows 10 - Guide
- Efi shell version 2.31 - Forum Programmation
- Ssh secure shell download - Télécharger - Divers Web & Internet
- Shell infrastructure host c'est quoi ✓ - Forum Windows 10
5 réponses
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
6 août 2010 à 09:34
6 août 2010 à 09:34
Salut,
Soit tu installes une authentification par clé, soit tu utilises "Expect" (voir ce thread)...
Soit tu installes une authentification par clé, soit tu utilises "Expect" (voir ce thread)...
Merci pour la réponse .
Pour l'installation par clé ,je ne peux pas trop faire ,mes droit sont restreint sur la machine.
J'ai essayer la deuxiemme solution ,avec "Expect" voila ce que j'ai :
#!/usr/bin/expect -f
set -vx
for i in 2 3 4
do
set timeout 3
spawn ssh machine$i
expect "password:\r"
send -- "le mdp\r"
expect "ma commande";
done
+ set timeout 3
+ spawn ssh "machine"
./test.ksh[12]: spawn: not found.
+ expect password:\r
./test.ksh[13]: expect: not found.
+ send -- le mdp \r
I'm going to create the standard MH path for you.
install-mh: unable to create directory Mail: The file access permissions do not allow the specified action.
install-mh: unable to create Mail
send: [install-mh aborted]
Pour l'installation par clé ,je ne peux pas trop faire ,mes droit sont restreint sur la machine.
J'ai essayer la deuxiemme solution ,avec "Expect" voila ce que j'ai :
#!/usr/bin/expect -f
set -vx
for i in 2 3 4
do
set timeout 3
spawn ssh machine$i
expect "password:\r"
send -- "le mdp\r"
expect "ma commande";
done
+ set timeout 3
+ spawn ssh "machine"
./test.ksh[12]: spawn: not found.
+ expect password:\r
./test.ksh[13]: expect: not found.
+ send -- le mdp \r
I'm going to create the standard MH path for you.
install-mh: unable to create directory Mail: The file access permissions do not allow the specified action.
install-mh: unable to create Mail
send: [install-mh aborted]
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
6 août 2010 à 12:16
6 août 2010 à 12:16
"expect" est installé au moins ?
Apparemment non !!:
$ ls /usr/bin/ex*
/usr/bin/ex /usr/bin/execrset /usr/bin/expand /usr/bin/explain /usr/bin/expr
A part s'il faut chercher ailleurs ou autrement ?
$ ls /usr/bin/ex*
/usr/bin/ex /usr/bin/execrset /usr/bin/expand /usr/bin/explain /usr/bin/expr
A part s'il faut chercher ailleurs ou autrement ?
jipicy
Messages postés
40842
Date d'inscription
jeudi 28 août 2003
Statut
Modérateur
Dernière intervention
10 août 2020
4 897
6 août 2010 à 12:53
6 août 2010 à 12:53
Tape :
S'il te renvoie :
Sans rien derrière, c'est qu'il n'est pas installé ;-(
whereis expect
S'il te renvoie :
expect:
Sans rien derrière, c'est qu'il n'est pas installé ;-(
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question