User Tools

Site Tools


tunneling_with_dreamcompute

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tunneling_with_dreamcompute [2022/11/13 07:09] – Fix RemoteForward port example jtkorbtunneling_with_dreamcompute [2022/11/13 07:14] – Add duckdns.org possibility jtkorb
Line 7: Line 7:
     - Create a Key Pair, download the private key (e.g., ''cloud.pem''), and put it in the home server ''~/.ssh'' directory.     - Create a Key Pair, download the private key (e.g., ''cloud.pem''), and put it in the home server ''~/.ssh'' directory.
   - At the DreamCompute [[https://iad2.dreamcompute.com/project/instances|Instances]] panel, launch a new instance (Boot Source Image Ubuntu 16.04, Flavor gp1.subsonic), selecting the newly created Security Group and Key Pair.   - At the DreamCompute [[https://iad2.dreamcompute.com/project/instances|Instances]] panel, launch a new instance (Boot Source Image Ubuntu 16.04, Flavor gp1.subsonic), selecting the newly created Security Group and Key Pair.
-  - Create an A-type DNS record for the DreamCompute IP address with a name like ''casa.example.com''.+  - Create an A-type DNS record for the DreamCompute IP address with a name like ''casa.example.com'' (Alternative: Use duckdns.org to create a public domain name.)
   - Using ssh from home machine, connect to Dreamhost instance (e.g., ''ssh -i .ssh/cloud.pem ubuntu@casa.example.com'').  Edit ''/etc/ssh/sshd_config'' and add this configuration information at the end (assuming default user is ''ubuntu''):<code>   - Using ssh from home machine, connect to Dreamhost instance (e.g., ''ssh -i .ssh/cloud.pem ubuntu@casa.example.com'').  Edit ''/etc/ssh/sshd_config'' and add this configuration information at the end (assuming default user is ''ubuntu''):<code>
 ClientAliveInterval 30 ClientAliveInterval 30
tunneling_with_dreamcompute.txt · Last modified: 2022/11/13 07:29 by jtkorb