[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: command execution upon ssh



On Wed, Jul 02, 2003 at 12:21:20PM -0400, nori heikkinen wrote:
[...]
} so a little googling turned up the -t flag, and `ssh -t -n machine1
} ssh machine2` seems to do the job.
} 
} however (here's the problem), i can't type in the resultant terminals.
} oops.
} 
} how can i fix this?  it would be great to have this capability ...

The -n option is exactly the problem. You have told it to close its stdin,
but yet you want it to read what you're typing on stdin. Take out the -n.
What on earth made you put it in to begin with?

} thanks,
} </nori>
--Greg



Reply to: