====== SSH config ======
===== Include =====
Include other ssh config files:
''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
Host j-cax11-kali
HostName j-cax11.cloud.julian-lemmerich.de
User root
RequestTTY yes
RemoteCommand docker run --rm -it kalilinux/kali-rolling
@weekly docker pull kalilinux/kali-rolling