I have been using ssh.net successfully, but recently I have been having a very interesting issue which I need help for:
I can log on to a linux server, ssh to another and use sudo successfully.
Recently, I tried to decrypt a file with a pcipher tool which needs a password. I used the ShellStream Expect to wait for the password prompt, and WriteLine to enter it. For some unknown reason, the signon always fails. It seems like the only way I can use the pcipher tool sucessfully to decrypt a file is by loging to unix server with something like putty and enter the password right from the keyboard.
Is there a special trick for using Shellstream to enter a password in some cases?
Does anybody have any idea, I would really appreciate any help
Thank you.
Den
I can log on to a linux server, ssh to another and use sudo successfully.
Recently, I tried to decrypt a file with a pcipher tool which needs a password. I used the ShellStream Expect to wait for the password prompt, and WriteLine to enter it. For some unknown reason, the signon always fails. It seems like the only way I can use the pcipher tool sucessfully to decrypt a file is by loging to unix server with something like putty and enter the password right from the keyboard.
Is there a special trick for using Shellstream to enter a password in some cases?
Does anybody have any idea, I would really appreciate any help
Thank you.
Den