it-themen:allgemein:ssh-proxy
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Ăberarbeitung | Vorhergehende Ăberarbeitung | ||
| it-themen:allgemein:ssh-proxy [19.08.2025 14:37] â angelegt lars | it-themen:allgemein:ssh-proxy [22.08.2025 09:47] (aktuell) â [Erweiterung: Alle internen Hosts automatisch via Bastion] lars | ||
|---|---|---|---|
| Zeile 36: | Zeile 36: | ||
| **Beispiel ââ/ | **Beispiel ââ/ | ||
| - | <code config> | + | <file ini sshd_config> |
| Port 58222 | Port 58222 | ||
| PasswordAuthentication no | PasswordAuthentication no | ||
| Zeile 51: | Zeile 51: | ||
| ClientAliveInterval 300 | ClientAliveInterval 300 | ||
| ClientAliveCountMax 2 | ClientAliveCountMax 2 | ||
| - | </code> | + | </file> |
| **Nach Ănderungen: | **Nach Ănderungen: | ||
| Zeile 65: | Zeile 65: | ||
| **Datei: ââ~/ | **Datei: ââ~/ | ||
| - | <code config> | + | <file ini config> |
| Host bastion | Host bastion | ||
| HostName bastion.example.org | HostName bastion.example.org | ||
| Zeile 84: | Zeile 84: | ||
| IdentityFile ~/ | IdentityFile ~/ | ||
| - | </code> | + | </file> |
| **Aufruf:** | **Aufruf:** | ||
| Zeile 109: | Zeile 109: | ||
| **Wildcard in ââ~/ | **Wildcard in ââ~/ | ||
| - | <code config> | + | <file ini config> |
| Host 192.168.* | Host 192.168.* | ||
| User admin | User admin | ||
| ProxyJump bastion | ProxyJump bastion | ||
| IdentityFile ~/ | IdentityFile ~/ | ||
| - | </code> | + | </file> |
| â alle 192.168er-Hosts gehen automatisch Ăźber den Bastion-Host. | â alle 192.168er-Hosts gehen automatisch Ăźber den Bastion-Host. | ||
it-themen/allgemein/ssh-proxy.1755607025.txt.gz ¡ Zuletzt geändert: von lars