Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ sotto grant <user-id> # share the active environment (they
sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed
```

### Ein weiteres Gerät

```sh
sotto login # same account as the first machine
sotto setup # unpack the Emergency Kit onto this device
sotto pull # download the ciphertext you already pushed
```

Du brauchst das von `sotto init` ausgegebene Emergency Kit. Ohne es kann ein neues Gerät den Tresor nicht entschlüsseln.

## Architektur

```text
Expand Down
10 changes: 10 additions & 0 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ sotto grant <user-id> # share the active environment (they
sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed
```

### Otro dispositivo

```sh
sotto login # same account as the first machine
sotto setup # unpack the Emergency Kit onto this device
sotto pull # download the ciphertext you already pushed
```

Necesitas el Emergency Kit que imprime `sotto init`; sin él, un dispositivo nuevo no puede descifrar la bóveda.

## Arquitectura

```text
Expand Down
10 changes: 10 additions & 0 deletions README.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ sotto grant <user-id> # share the active environment (they
sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed
```

### Un autre appareil

```sh
sotto login # same account as the first machine
sotto setup # unpack the Emergency Kit onto this device
sotto pull # download the ciphertext you already pushed
```

Vous avez besoin de l'Emergency Kit imprimé par `sotto init` ; sans lui, un nouvel appareil ne peut pas déchiffrer le coffre.

## Architecture

```text
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ sotto grant <user-id> # share the active environment (they
sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed
```

### Another device

```sh
sotto login # same account as the first machine
sotto setup # unpack the Emergency Kit onto this device
sotto pull # download the ciphertext you already pushed
```

You need the Emergency Kit printed by `sotto init`; without it, a new device cannot decrypt the vault.

## Architecture

```text
Expand Down
10 changes: 10 additions & 0 deletions README.pt-BR.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@ sotto grant <user-id> # share the active environment (they
sotto token create --name ci # SOTTO_TOKEN: run/export in CI, no password needed
```

### Outro dispositivo

```sh
sotto login # same account as the first machine
sotto setup # unpack the Emergency Kit onto this device
sotto pull # download the ciphertext you already pushed
```

Você precisa do Emergency Kit exibido por `sotto init`; sem ele, um novo dispositivo não consegue descriptografar o cofre.

## Arquitetura

```text
Expand Down
Loading