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!