Compare commits

...

2 commits

Author SHA1 Message Date
d984f8c6df Add frontmatter 2024-05-31 11:59:04 +02:00
c2839456e3 Add headings for other use cases 2024-05-16 14:00:42 +02:00

View file

@ -1,5 +1,14 @@
# Best Practice -- Connecting Hawk to the world # Best Practice -- Connecting Hawk to the world
Change history:
- Initial version ; Jose Gracia, 15 May 2024
TODOs:
- Add use-cases for e.g. SVN, R, etc.
- Do we recommend [setting `https_proxy` variables in `.bashrc`](#httpshttp-proxy-variables)?
- Do we recommend [one of the git remote repo protocols](#using-proxy-with-git), i.e. SSH or HTTP, over the other?
Hawk is surrounded by a strict outgoing firewall. Users can not open arbitrary connections to hosts on the internet. Connections can only be established through a proxy host. This document describes how to set up a proxy, and how to use this proxy in a number of common use cases. Hawk is surrounded by a strict outgoing firewall. Users can not open arbitrary connections to hosts on the internet. Connections can only be established through a proxy host. This document describes how to set up a proxy, and how to use this proxy in a number of common use cases.
Common use cases include: Common use cases include:
@ -173,3 +182,17 @@ Any of these commands my ask you for credentials to unlock the ssh public key.
Again, we recommend to keep the reverse tunnel open as briefly as possible. Again, we recommend to keep the reverse tunnel open as briefly as possible.
## SVN
## R
## Rust
## Julia
## Others