downloaded geth repo and ran “make”. Note I didn’t even run the compiled result! Now I can access to console only via website but not with terminal from my coputer. How to fix that?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Can you share some more details about the issue you’re encountering? Can you share the exact error you are seeing when attempting to connect?
You should also be aware that if you plan to use geth to mine cryptocurrency this is only allowed on our optimized droplet plans which feature dedicated vCPU cores. Mining cryptocurrency on standard droplets is disruptive to other users and is not allowed.
When you next try ssh, use ssh -v -i [key] user@host
You should get some additional information:
Hello there,
We understand the SSH Connection times out frequently when working on your application. You can make the following changes in the sshd_config file and try once again.
- Host *
- ServerAliveInterval 300
- ServerAliveCountMax 2
-
- KeepAlive yes
- ClientAliveInterval 300
- ClientAliveCountMax 2
The ClientAliveInterval parameter specifies the time in seconds that the server will wait before sending a null packet to the client system to keep the connection alive.
Once the changes are made, you can reload the ssh daemon and give it another try.
- systemctl reload sshd
You can also reach out to our Support so that our technical agents can assist you further.
Regards
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.