Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
systemverwaltung:user_info:jumphost [2022/01/20 12:50]
admin [Fehlersuche]
systemverwaltung:user_info:jumphost [2024/04/02 11:26] (aktuell)
admin
Zeile 4: Zeile 4:
  
   * //Name//: **styx.math.uni-sb.de**   * //Name//: **styx.math.uni-sb.de**
-    * //Access//: with credentials from your math account, but keep in mind that your homedir is sepeate here for jumphost ''styx'' and not backed up!+    * //Access//: with credentials for your **math account** 
 +    * Hint: keep in mind that your homedir is sepeate here for jumphost ''styx'' and not backed up!
     * //Method// protocol: ssh //Port//: 22123     * //Method// protocol: ssh //Port//: 22123
-    * Inside Uni des Saarlandes ''styx'' is reachable via //Port:// 22 +    * **Inside** Uni des Saarlandes ''styx'' is reachable via //Port:// 22 
 +  * //Name//: **contact.math.uni-sb.de** 
 +    * //Access//: with credentials for your **SIC account** and you are Member of Math Department
  
 Main purpose of a jumphost is to secure access from outside. Main purpose of a jumphost is to secure access from outside.
Zeile 29: Zeile 31:
 ==== For Users and without VPN: ==== ==== For Users and without VPN: ====
 __Please change content inside this brackets: <>__ __Please change content inside this brackets: <>__
-<file bash .ssh/config>+<file text .ssh/config>
 Host styx  Host styx 
     HostName styx.math.uni-sb.de     HostName styx.math.uni-sb.de
Zeile 35: Zeile 37:
     User <your username>     User <your username>
     ForwardAgent yes     ForwardAgent yes
 +    
 +Host co
 +    Hostname contact.math.uni-sb.de
 +    port 22
 +    user <change to your username at SIC>
 +    ForwardAgent yes
 +
 +Host wsco
 +    Hostname <host in your Dep. w/ Port 22 open>.math.uni-sb.de
 +    user <your user name on Workst. in your Dep.>
 +    ProxyCommand ssh co -W %h:%p
  
 +# Server
 Host gemini Host gemini
     HostName gemini.math.uni-sb.de     HostName gemini.math.uni-sb.de
Zeile 108: Zeile 122:
   * ICMP gesperrt?    * ICMP gesperrt? 
   * Firewall aktiviert?   * Firewall aktiviert?
 +
 +
 +===== Neuere Versionen =====
 +Neue Kommandos in
 +<file text ~/.ssh/config>
 +...
 +ProxyJump
 +,,,
 +</file>

QR-Code
QR-Code systemverwaltung:user_info:jumphost (erstellt für aktuelle Seite)