kuckucksmuehle:hackerspace:jumpserver

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kuckucksmuehle:hackerspace:jumpserver [2016/09/04 04:03] – [Jumpserver] ecohackkuckucksmuehle: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:       Raspbian GNU/Linux 8  OS:       Raspbian GNU/Linux 8 
  
-Hostname: rhizosphere+Hostname: rhizosphere or rh
  
-IP:       eth0:192.168.1.110+IP:       eth0:192.168.1.30
  
-User:     pi;root+User:     pi;root;jump
  
-==== 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 and key storage =====+===== Password and Key Storage ===== 
 + 
 +The script under **/usr/local/bin/identitiy** is used for this purpose. 
 + 
 +The data is stored under **/mnt/creds/** that will be mounted by the script.  
 + 
 +===== Services ===== 
 + 
 + 
 +==== Onion Service ==== 
 +ecohackyturm246r.onion  
 +entry point as user *jump* 
 +=== .ssh/config === 
 +     Host jump_pi_extern 
 +        HostName ecohackyturm246r.onion 
 +        User jump 
 +        ControlPath ~/.ssh/master-%r@%h:%p                                        
 +        ControlMaster auto                                                        
 +        ProxyCommand  nc -x 127.0.0.1:9050 -X5 %h %p 
  
-the script under **/usr/local/bin/identitiy** is used for this purpose. 
  
-the data is stored under **/mnt/creds/** that will be mounted by the script.  
  
  • kuckucksmuehle/hackerspace/jumpserver.1472954585.txt.gz
  • Last modified: 2016/09/04 04:03
  • by ecohack