I am doing an SSH tunnel to an AWS EC2 instance with the eventual goal of getting a working GUI of Stata.
I've done the SSH connection both through PuTTY and through just my CLI (Git Bash).
When I run xstata through my CLI I get an error message to define the Unix environment variable DISPLAY. I fix this error message by doing
export DISPLAY='IP:0.0' where IP is the IP address of my local computer.
Then, when I run xstata, nothing pops up and nothing is returned in my CLI. I get the same result after doing the SSH tunnel through PuTTY. With PuTTY, I set the display location to be localhost:0 (shown in the screenshot below). The screenshot below shows my PuTTY X11 Forwarding configuration.
PuTTY Configuration
I do have Xming and XLaunch installed on my local computer.
Any suggestions? I think the display location I am providing may be incorrect. All the different configurations I have tried based off docs and also feedback from others on the internet, such as localhost:0, IP:0, etc have not worked. I've also tried using the -X option when doing the ssh, to no avail.
Related Posts with Troubleshooting X11 Forwarding after an SSH tunnel to an EC2 Instance
Help with Regression Interaction Term CommandDear all, I am using Stata 16, on mac. I need help estimating the following model Array Where educ…
How to best illustrate trends/distributions of many data points?Hi everyone, I have a lot of data from an experiment and would like to find the best way to display…
Time dummies in xtabond and xtdpdsysHi, I made three year dummies. One is for 2005-2006, second is for 2007-2013 and third is for 2014-…
Coding for three groups - cases, controls , and other diseases - What a dilemma!Hi Statalist, I am new her but I have learned a lot from you so far, so thank you all. I am using …
negative constant value for binary outcomeI am using the xtivreg command for a binary outcome, but the constant that Stata is producing is neg…
Subscribe to:
Post Comments (Atom)
0 Response to Troubleshooting X11 Forwarding after an SSH tunnel to an EC2 Instance
Post a Comment