Re: command execution upon ssh

2003-07-03 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Jul 02, 2003 at 12:21:20PM -0400, nori heikkinen wrote: > i want to ssh to a remote machine (firewall), and then immediately > upon success, ssh to another remote machine. i don't want to put this > in my .login, because i don't want it to alw

Re: command execution upon ssh

2003-07-02 Thread David Z Maze
nori heikkinen <[EMAIL PROTECTED]> writes: > i want to ssh to a remote machine (firewall), and then immediately > upon success, ssh to another remote machine. i don't want to put this > in my .login, because i don't want it to always happen -- i want to be > able to *just* ssh to the first box, t

Re: command execution upon ssh

2003-07-02 Thread Gregory Seidman
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