SSH Keys in Bitwarden

Lesedauer < 1 Minute

Bitwarden recently introduced a special SSH Key item type, which allows you to securely generate, store, and manage SSH key pairs inside your vault.

By default, Bitwarden can generate new SSH keys for you. This is the recommended option if you are setting up new infrastructure or accounts, since you can create and manage keys directly inside Bitwarden.

However, if you already have existing SSH keys, you might want to import them into Bitwarden instead of generating new ones.

WeiterlesenSSH Keys in Bitwarden

Full root access to HomeAssistant Server

Lesedauer < 1 Minute

The ssh server provided by the HomeAssistant extension only gives you minimal access. You only have the hs cli and access to the config directory.
In order to get full access to your server where the docker images are running you need the admin access as root on port 22222 with ssh. Here is how you can get this.

WeiterlesenFull root access to HomeAssistant Server