Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| knowledge_base:software_setup:ssh_config [2023/01/25 13:54] – angelegt julian.lemmerich | knowledge_base:software_setup:ssh_config [2024/06/11 15:37] (aktuell) – add ephemeral containers julian.lemmerich | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== SSH config ====== | ====== SSH config ====== | ||
| + | |||
| + | ===== Include ===== | ||
| Include other ssh config files: | Include other ssh config files: | ||
| - | https:// | + | '' |
| + | |||
| + | ===== Ephemeral Container via SSH ===== | ||
| + | |||
| + | Using a config we can immedaitely start into a container | ||
| + | |||
| + | <file . .ssh/ | ||
| + | Host j-cax11-kali | ||
| + | HostName j-cax11.cloud.julian-lemmerich.de | ||
| + | User root | ||
| + | RequestTTY yes | ||
| + | RemoteCommand docker run --rm -it kalilinux/ | ||
| + | </ | ||
| - | '' | + | <file . crontab> |
| + | @weekly docker pull kalilinux/ | ||
| + | </ | ||