Re: export DISPLAY={localWorkstationIP} in mintty

2010-09-02 Thread PaulHR
I got the standard error. Error: Can't open display: I made sure xWin Server was running Did a -vvv on the ssh and saw nothing for X11 What else can I look at? -- View this message in context: http://old.nabble.com/export-DISPLAY%3D%7BlocalWorkstationIP%7D-in-mintty-tp29609361p29609623.ht

export DISPLAY={localWorkstationIP} in mintty

2010-09-02 Thread PaulHR
Is there anyway to get the IP address from the local workstation, running mintty, and putting the local workstation IP address into the export DISPLAY command running on a different mintty shell, running on a server e.g. export DISPLAY={localWorkstationIP} Or, is there a way to get the local w

Re: How to get a script file to use bash and ssh

2010-09-02 Thread PaulHR
Yes, that is correct. Jeremy Bopp-3 wrote: > > On 9/2/2010 2:10 PM, PaulHR wrote: >> >> I want to create script files that are not bound to my user id. I want >> to >> create over 20 different scripts files, one for each server I manage. I >> have upl

How to get a script file to use bash and ssh

2010-09-02 Thread PaulHR
I want to create script files that are not bound to my user id. I want to create over 20 different scripts files, one for each server I manage. I have uploaded keys to each server. So all I should have to is enter is the ssh command I have put in a file called MyOpenUp.bat the following.