Archive: how to bypass "ssh passphrase" in dos prompt..


how to bypass "ssh passphrase" in dos prompt..
I want to setup a secure connect with server during
installation through NSIS.

But I want to my setup program to interact with dos
commend to enter passphrase in ssh connection during
installation. Any plugin example to do this?


http://forums.winamp.com/showthread....hreadid=181442
ssh not tested, problems may occure with apps requiring terminal emulation, but this works with simple console applications - string parameter serves as stdin for program to be run.


stdin is not a terminal error..
Takhir,

You are right.

The error raised due to "Pseudo-terminal will not be
allocated because stdin is not a terminal." got from
log file.

How to solve this?

Kenneth


Hi, a little late, my reply, but how do you think about plink.exe (a Command line ssh client from Putty)

Greets

Holger


Re: how to bypass "ssh passphrase" in dos prompt..

Originally posted by c3k
But I want to my setup program to interact with dos
commend to enter passphrase in ssh connection during
installation. Any plugin example to do this?
SSH also lets you be authenticated through a pair of public/private keys. Just generate a new pair, put the public key on the server, the private key on the client where SSH.EXE can find it, and voilĂ ! Authentication without a passphrase.

Fred.