Hello community,
just noticed that the EXOS password prompt breaks the often used method to use sshpass [1] in own scripts .
short introduction: sshpass connects to an host, locates the option "password:" and enters the submitted password after that prompt automaticly.
The problem point in EXOS is the used prompt synax:
Enter password for admin:
Before I try to modify the source code [2] of sshpass I would like to now:
Are there any plan to change the password prompt to a more "typical" or lets say "normal" prompt, like most of the other vendors do?
[1]
http://sourceforge.net/projects/sshpass/files/sshpass/
[2]
http://sourceforge.net/p/sshpass/code/HEAD/tree/trunk/main.c#l368
Cheers
Jan