Differences

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

Link to this comparison view

Next revision
Previous revision
kuckucksmuehle:hackerspace:jumpserver [2016/09/03 23:16] – created derbaerkuckucksmuehle:hackerspace:jumpserver [2016/10/02 01:06] (current) – [XMPP] derbaer
Line 1: Line 1:
 ====== Jumpserver ====== ====== Jumpserver ======
  
-the jumpserver is a devices which will be used, in the hopefully not so fare future, as +The Jumpserver is a devices which will be used, in the hopefully not so far future, as 
-as ssh jump into the internal hackerspace 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 travelers+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
 +
 OS:       Raspbian GNU/Linux 8  OS:       Raspbian GNU/Linux 8 
-Hostname: rhizosphere + 
-IP:       eth0:192.168.1.110 +Hostname: rhizosphere or rh 
-User:     pi;root+ 
 +IP:       eth0:192.168.1.30 
 + 
 +User:     pi;root;jump 
 + 
 +==== General Administration ==== 
 + 
 +the **/etc/** directory is observed by a local git repository please commit all your changes within the central config.  
 + 
 + 
 + 
 +===== 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
  
-===== password and key storage ===== 
  
  
  
  • kuckucksmuehle/hackerspace/jumpserver.1472937409.txt.gz
  • Last modified: 2016/09/03 23:16
  • by derbaer