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:08] – [password and key storage] ecohackkuckucksmuehle:hackerspace:jumpserver [2016/10/02 01:06] (current) – [XMPP] derbaer
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 ====
Line 27: Line 27:
  
 The data is stored under **/mnt/creds/** that will be mounted by the script.  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
 +
 +
 +
  
  • kuckucksmuehle/hackerspace/jumpserver.txt
  • Last modified: 2016/10/02 01:06
  • by derbaer