Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| kuckucksmuehle:hackerspace:jumpserver [2016/09/04 03:34] – [password and key storage] kimparker | kuckucksmuehle:hackerspace:jumpserver [2016/10/02 01:06] (current) – [XMPP] derbaer | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Jumpserver ====== | ====== Jumpserver ====== | ||
| - | the jumpserver | + | The Jumpserver |
| - | as ssh jump into the internal | + | a SSH jump into the internal |
| - | ===== base infos ===== | + | ===== Base Infos ===== |
| Hardware: Rasspberry Pi 2 + USB stick 8 GB | Hardware: Rasspberry Pi 2 + USB stick 8 GB | ||
| Line 10: | Line 10: | ||
| OS: | OS: | ||
| - | Hostname: rhizosphere | + | Hostname: rhizosphere |
| - | IP: | + | IP: |
| - | User: | + | User: |
| - | ==== general administration | + | ==== General Administration |
| the **/etc/** directory is observed by a local git repository please commit all your changes within the central config. | the **/etc/** directory is observed by a local git repository please commit all your changes within the central config. | ||
| Line 22: | Line 22: | ||
| - | ===== password | + | ===== Password |
| + | |||
| + | The script under **/ | ||
| + | |||
| + | The data is stored under **/ | ||
| + | |||
| + | ===== Services ===== | ||
| + | |||
| + | |||
| + | ==== Onion Service ==== | ||
| + | ecohackyturm246r.onion | ||
| + | entry point as user *jump* | ||
| + | === .ssh/config === | ||
| + | Host jump_pi_extern | ||
| + | HostName ecohackyturm246r.onion | ||
| + | User jump | ||
| + | ControlPath ~/ | ||
| + | ControlMaster auto | ||
| + | ProxyCommand | ||
| - | the script under **/ | ||
| - | the data is stored under **/ | ||