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 [2021/09/06 09:58]
admin [For Users and without VPN:]
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 28: Zeile 30:
  
 ==== 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 42: Zeile 56:
     ProxyJump styx     ProxyJump styx
          
-Host git +Host <your favorite host inside> 
-    HostName git.math.uni-sb.de +    HostName <your favorite host inside>.math.uni-sb.de
-    Port 22 +
-    User <your username> +
-    ProxyJump styx +
-     +
-Host virgo +
-    HostName virgo.math.uni-sb.de+
     Port 22     Port 22
     User <your username>     User <your username>
Zeile 60: Zeile 68:
     ProxyJump styx     ProxyJump styx
          
-Host taurus 
-    HostName taurus.math.uni-sb.de 
-    Port 22 
-    User <your username> 
-    ProxyJump styx 
- 
 # Exmple for AG Brandhorst # Exmple for AG Brandhorst
 Host d9-sb Host d9-sb
Zeile 110: Zeile 112:
 //Intern:// //Intern://
  
-host = <ein Server der Mathematik>+host = <ein Server der Mathematik>.math.uni-sb.de
 <code> <code>
 host:~$ ssh host host:~$ ssh host
Zeile 120: 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)