mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-08-01 10:46:18 -04:00
Update split-ssh.md
This commit is contained in:
parent
502764f82d
commit
841f082eb6
1 changed files with 6 additions and 2 deletions
|
@ -340,7 +340,9 @@ Check the [KeePassXC User Guide][KeePassXC User Guide] for more information abou
|
|||
|
||||
## Test Your Configuration
|
||||
|
||||
1. Shutdown KeePassXC on your vault VM.
|
||||
1. If you're using KeePassXC, shutdown KeePassXC on your vault VM.
|
||||
If not, make sure your private key is not added to the ssh-agent in your vault VM (Check with `ssh-add -L`).
|
||||
If it is, restart your vault VM and do not enter your password when it asks you to.
|
||||
|
||||
2. Try fetching your identities on the SSH Client VM.
|
||||
|
||||
|
@ -352,7 +354,8 @@ Check the [KeePassXC User Guide][KeePassXC User Guide] for more information abou
|
|||
|
||||

|
||||
|
||||
Check if it returns `The agent has no identities.`
|
||||
It should return `The agent has no identities.`.
|
||||
If you're getting an error (e.g. `error fetching identities: communication with agent failed`) check your VM interconnection setup.
|
||||
|
||||
4. Launch KeePassXC and unlock your database.
|
||||
|
||||
|
@ -367,6 +370,7 @@ Check if it returns `The agent has no identities.`
|
|||

|
||||
|
||||
Check if it returns `ssh-ed25519 <public key string>`
|
||||
If you're getting an error (e.g. `error fetching identities: communication with agent failed`) check your VM interconnection setup.
|
||||
|
||||
## (Optional) Backing Up the Configuration
|
||||
- Start a system backup as per the [User Documentation][CreateBackup].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue