Benutzer-Werkzeuge

Webseiten-Werkzeuge


knowledge_base:software_setup:ssh_config

SSH config

Include

Include other ssh config files:

Inlcude Keyword at the top of the file.1)

Ephemeral Container via SSH

Using a config we can immedaitely start into a container

.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
crontab
@weekly docker pull kalilinux/kali-rolling
/app/www/public/data/pages/knowledge_base/software_setup/ssh_config.txt · Zuletzt geändert: 2024/06/11 15:37 von julian.lemmerich