key.wf - ssh key distribution center

What is key.wf?

This service provides access to public ssh keys. You can add your own ssh key by following the guide on code.ungleich.ch. An account can be created on account.ungleich.ch Happy hacking!

Container image location

The container is uploaded to harbor.k8s.ungleich.ch docker hub. You can find more information about it in the build script on code.ungleich.ch

Usage

Usually used on brand new machines that have SSH on, but do not necessarily allow root access using password authentication. In this context it is easy to "just get my key" for bootstrapping as follows:
      # You can use something like curl or wget
      curl -L -s key.wf/yourname >> ~/.ssh/authorized_keys
      wget -q -O - key.wf/yourname >> ~/.ssh/authorized_keys
    

Hosting and security information

This service is provided as-is and does not come with any guarantees. This service is hosted by ungleich and you should only use it at your own risk.