Re: SSH for Binary Data Pipe
From: Jacob Nevins (jacobn_at_chiark.greenend.org.uk)
Date: 03/23/05
- Next message: Chuck: "Re: restricting ssh access"
- Previous message: cnystrom_at_gmail.com: "SSH for Binary Data Pipe"
- In reply to: cnystrom_at_gmail.com: "SSH for Binary Data Pipe"
- Next in thread: cnystrom_at_gmail.com: "Re: SSH for Binary Data Pipe"
- Reply: cnystrom_at_gmail.com: "Re: SSH for Binary Data Pipe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 23 Mar 2005 12:13:01 +0000 (GMT)
cnystrom@gmail.com writes:
>To be able to respond to the password prompt I had to run the SSH
>process using a pseudo-terminal.
Have you considered avoiding the need to do this, for instance by using
a passphraseless keypair?
>So do I have to chose between being able to respond to the password
>prompt (psuedo-terminal), or a binary stream? Is it programmatically
>imposssible to have both with ssh?
You can disable allocation of a pty on the _server_ side with the -T
option; then you only have the client-side pty you've inflicted on
yourself to worry about. I haven't thought about whether that helps or
leaves you with any insurmountable problems.
- Next message: Chuck: "Re: restricting ssh access"
- Previous message: cnystrom_at_gmail.com: "SSH for Binary Data Pipe"
- In reply to: cnystrom_at_gmail.com: "SSH for Binary Data Pipe"
- Next in thread: cnystrom_at_gmail.com: "Re: SSH for Binary Data Pipe"
- Reply: cnystrom_at_gmail.com: "Re: SSH for Binary Data Pipe"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|