diff options
author | Hiroki Okada <hirokio@tutanota.com> | 2022-01-28 03:39:57 +0900 |
---|---|---|
committer | Hiroki Okada <hirokio@tutanota.com> | 2022-01-28 03:39:57 +0900 |
commit | 543d218b686d00bc0e8bb605b2b712af0816e2c7 (patch) | |
tree | 0561706e51365b465709ef5b0548b61228b9fe02 /README.md | |
parent | Merge pull request #291 from gaffneyd4/improve-recovery-guide (diff) | |
download | YubiKey-Guide-543d218b686d00bc0e8bb605b2b712af0816e2c7.tar.gz |
Add missing preposition ("be able use" -> "be able to use")
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2170,7 +2170,7 @@ For example, `tmux` does not have some environment variables like `$SSH_AUTH_SOC In the above steps, you have successfully configured a local ssh-agent. -You should now be able use `ssh -A remote` on the _local_ machine to log into _remote_, and should then be able to use YubiKey as if it were connected to the remote machine. For example, using e.g. `ssh-add -l` on that remote machine should show the public key from the YubiKey (note `cardno:`). (If you don't want to have to remember to use `ssh -A`, you can use `ForwardAgent yes` in `~/.ssh/config`. As a security best practice, always use `ForwardAgent yes` only for a single `Hostname`, never for all servers.) +You should now be able to use `ssh -A remote` on the _local_ machine to log into _remote_, and should then be able to use YubiKey as if it were connected to the remote machine. For example, using e.g. `ssh-add -l` on that remote machine should show the public key from the YubiKey (note `cardno:`). (If you don't want to have to remember to use `ssh -A`, you can use `ForwardAgent yes` in `~/.ssh/config`. As a security best practice, always use `ForwardAgent yes` only for a single `Hostname`, never for all servers.) ### Use S.gpg-agent.ssh |