c3k
17th February 2005 11:04 UTC
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?
Takhir
17th February 2005 12:08 UTC
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.
c3k
18th February 2005 03:21 UTC
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
HolgerHamburger
10th April 2005 13:24 UTC
Hi, a little late, my reply, but how do you think about plink.exe (a Command line ssh client from Putty)
Greets
Holger
fredtheman
11th April 2005 13:13 UTC
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.