Re: How to close a SSH connection from a BAT file

2007-08-20 Thread Anthony de Sousa
Anthony de Sousa csc.com> writes: > > > I would like to conclude that we have decided to use AUTOSSH to control ssh. With autossh the processes are stoped automatically whenever autossh is stoped. As Brian originally suggested all that is then required on either side of the b

Re: How to close a SSH connection from a BAT file

2007-08-05 Thread Anthony de Sousa
Andrew Schulman <[EMAIL PROTECTED]> writes: > > > Brian Thanks for the suggestions and I was extreemly interested in trying your > > suggestion of running the SSH client as a service. However I have not been > > successful in setting it up. Although it does install as a service, when it is >

Re: How to close a SSH connection from a BAT file

2007-08-02 Thread Anthony de Sousa
Brian Thanks for the suggestions and I was extreemly interested in trying your suggestion of running the SSH client as a service. However I have not been successful in setting it up. Although it does install as a service, when it is started it immediatly stops as unable to authenticate with the

How to close a SSH connection from a BAT file

2007-07-31 Thread Anthony de Sousa
I am hoping that someone may be able to advise as to whether the following is possible. I have a server running SSH as a service (SRVA) and another server (SRVB) which runs the SSH client and port forwards port 139. On SRVB I have an existing BAT file that I wish to wrap the port forwarding aro