Benutzer-Werkzeuge

Webseiten-Werkzeuge


knowledge_base:software_setup:ssh_config

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

knowledge_base:software_setup:ssh_config [2023/01/25 13:54] – angelegt julian.lemmerichknowledge_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://superuser.com/a/1142813+''Inlcude'' Keyword at the top of the file.((https://superuser.com/a/1142813)) 
 + 
 +===== Ephemeral Container via SSH ===== 
 + 
 +Using a config we can immedaitely start into a container 
 + 
 +<file . .ssh/config> 
 +Host j-cax11-kali 
 +  HostName j-cax11.cloud.julian-lemmerich.de 
 +  User root 
 +  RequestTTY yes 
 +  RemoteCommand docker run --rm -it kalilinux/kali-rolling 
 +</file>
  
-''Inlcude'' Keyword at the top of the file.+<file . crontab> 
 +@weekly docker pull kalilinux/kali-rolling 
 +</file>
/app/www/public/data/attic/knowledge_base/software_setup/ssh_config.1674651278.txt.gz · Zuletzt geändert: 2023/01/25 13:54 von julian.lemmerich