auf hpi-placebo ein terminal öffnen


/ Published in: Bash
Save to your folder(s)

so verbindest du zum placebo von der uni. erst hpi-login und dann kannst du an port 9876 ins www tunneln oder auch auf dem placebo ein terminal öffnen (zB für den webspace).


Copy this code and paste it in your HTML
  1. /usr/bin/hpi-connect
  2. #!/bin/sh
  3. ssh -p 9876 bastian.kruck@localhost -X
  4.  
  5. /usr/bin/hpi-login
  6. #!/bin/sh
  7. ssh bastian.kruck@ssh-stud.hpi.uni-potsdam.de -D 9999 -L 9876:placebo:22

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.