I currently do have putty and xming working correctly in tandem, however I don't really enjoy using putty's interface and the first command I run is gnome-terminal & and get my favorite terminal emulater pulled up. I can also do this with MobaXterm with the desired results.
I have ming ssh installed on my PC and also have it added to my env path so I can ssh to and from my *nix boxes without trouble from command prompt or windows run. However I can't use terminal ssh and xming in tandem. So when I try:
ssh -X myname@ipaddress gnome-terminal
I get the error Failed to parse arguments: Cannot open display:
Is there any way I can get these to interop fully? (The ultimate goal is to create a desktop shortcut or assign a keyboard shortcut to do this) Thanks to all in advance!
As far as the second suggestion went, I ran
set DISPLAY=:0and confirmed it was set by runningecho %DISPLAYwhich correctly displayed:0.However attempting to run
– Niko Jan 30 '14 at 23:07ssh -X myname@ipaddress gnome-terminalgave meconnect /tmp/.x11-unix/x0: Bad file number Failed to parse arguments: Cannot open display:disown– Rich Homolka Jan 30 '14 at 23:08