diff --git a/docs/configuration/split-ssh.md b/docs/configuration/split-ssh.md index f984559..38884ea 100644 --- a/docs/configuration/split-ssh.md +++ b/docs/configuration/split-ssh.md @@ -371,7 +371,7 @@ In order to gain access to the vault VM, the attacker would require the use of, ## Further Security tips ### Regarding Your SSH Private Key -* This goes without saying but keep your private keys **private**. +* This goes without saying: keep your private keys **private**. * Tinkering with the user permissions is not necessary since it is assumed that an adversary who can find a Xen VM escape exploit is also capable of finding a user to root escalation exploit. * Use Yubikey with SSH. Check [yubikey-agent](https://github.com/FiloSottile/yubikey-agent), [yubikey-ssh](https://github.com/jamesog/yubikey-ssh) and the [Yubikey documentation](https://developers.yubico.com/SSH/) for more information.