-
@christophrumpel I use ssh-config files. At work we have a dotfiles-repo with all our servers. With a simple command we generate the ssh-config file: cat ~/.dotfiles-company/ssh/*.config > ~/.ssh/config Configs look like this: Host app HostName 0.0.0.0 User user IdentityFile path