Inhaltsverzeichnis

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