docs: use IPv4 for ZFS remote unlocking
This commit is contained in:
parent
bdd4290e8d
commit
b4dd570b2d
|
@ -6,13 +6,13 @@ accessing the server via SSH as user `root` on port 2222.
|
||||||
Nachtigall:
|
Nachtigall:
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh root@nachtigall.pub.solar -p2222
|
ssh -4 root@nachtigall.pub.solar -p2222
|
||||||
```
|
```
|
||||||
|
|
||||||
Metronom:
|
Metronom:
|
||||||
|
|
||||||
```
|
```
|
||||||
ssh root@metronom.pub.solar -p2222
|
ssh -4 root@metronom.pub.solar -p2222
|
||||||
```
|
```
|
||||||
|
|
||||||
After connecting, paste the encryption passphrase you can find in the shared
|
After connecting, paste the encryption passphrase you can find in the shared
|
||||||
|
|
Loading…
Reference in a new issue