DATA-Systems Managed Services

SSH Public Keys
(OpenSSH)

Für den sicheren Zugriff auf Ihre Unix/Linux Hosts, openVPN oder Dritt-Systeme mit openSSH-Authentifizierung stellen wir Ihnen hier unsere stets aktuelle Liste SSH Public-Keys für die Einbindung zur Verfügung.


Bash paste

[ ! -d ~/.ssh ] && { mkdir ~/.ssh; touch ~/.ssh/authorized_keys; chmod 700 ~/.ssh; chmod 600 ~/.ssh/authorized_keys; echo "Check sshd.conf for PubkeyAuthentication"; }

echo -e "\n" >> ~/.ssh/authorized_keys

curl https://manage.data-systems.de/keys/authorized_keys.txt >> ~/.ssh/authorized_keys