Displaying 2 results from an estimated 2 matches for "trary".
Did you mean:
rary
2000 Aug 24
0
Force pseudo-tty allocation option "-t"
Please Cc: me on the reply as I am not on the list.
>From the ssh(1) man page:
-t Force pseudo-tty allocation. This can be used to execute arbi
trary screen-based programs on a remote machine, which can be
very useful, e.g., when implementing menu services.
This is similiar to what I am trying to do, use "-t" flag to ssh from my
application, however it just didn't seem to work.
>From the ssh.c source:
/*...
2005 Oct 19
5
rsync through multiple ssh hops with password authentication prompt
Hi, I have searched the whole internet and mailing list and I was unable
to find a clear answer to this. The method described in the FAQ [1] are
not useful for me.
Three machines source, middle, target. ssh into middle from source
requires password pass_middle. ssh into target from middle requires
password pass_target. One cannot reach target from source. So I can do:
source $ ssh middle