Blunix GmbH SSH public keys for Linux Emergency Support

Blunix GmbH Linux Emergency Support Consultant SSH public keys


Please install ONLY the SSH public key of the Linux Consultant you are currently talking to!


ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDdR6UEPCX8rxpdWSCRJ7qs/2blKeyKzzCeOunyZ3Ake f.winter@blunix.com

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMtrN645dDW010UTbTCE/Bu4GW60f0Dj3k4VIhDRCDF p.thurner@blunix.com

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINZqLUZceWIm365F6MEop404K/SLqGgosasFoRx75Bi3 g.nair@blunix.com

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKB4uC+mHtvwkDpvnSNV4xdIRVyKK1+J9Ulr/WhdSiQZ j.schaefer@blunix.com


How to setup the SSH public key on your servers


Blunix GmbH Consultants require a Linux account with sudo permissions or root@ access to your servers. Here is how to setup a SSH public Key:


ssh root@server

mkdir ~/.ssh/
nano ~/.ssh/authorized_keys

Paste ONLY the SSH public key of the Blunix Consultant you are talking to on the phone! Then save the file by pressing:

CRTL + o
ENTER
CRTL + x

After your issue is resolved, please do not forget to remove the SSH public key again. You can delete lines with the nano editor by pressing:

CRTL + k

Set the correct permissions for the files:


chmod 700 ~/.ssh/
chmod 600 ~/.ssh/authorized_keys