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 04:04] – [general administration] ecohack | kuckucksmuehle:hackerspace:jumpserver [2016/10/02 01:06] (current) – [XMPP] derbaer | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| a SSH jump into the internal hacker space network. Therefore it will hold the central password and keys storage for all shared devices within the network and a XMPP server for the communication of all network travellers. | a SSH jump into the internal hacker space network. Therefore it will hold the central password and keys storage for all shared devices within the network and a XMPP server for the communication of all network travellers. | ||
| - | ===== 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 ==== | ||
| 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 **/ | ||