kuckucksmuehle:hackerspace:jumpserver

Action disabled: register

Jumpserver

The Jumpserver is a devices which will be used, in the hopefully not so far future, as 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.

Hardware: Rasspberry Pi 2 + USB stick 8 GB

OS: Raspbian GNU/Linux 8

Hostname: rhizosphere or rh

IP: eth0:192.168.1.30

User: pi;root;jump

the /etc/ directory is observed by a local git repository please commit all your changes within the central config.

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.

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