From b7d0ef0f9496c4f1ba8f6501e9ff10a653f120a2 Mon Sep 17 00:00:00 2001 From: Zack Shoylev Date: Tue, 27 Aug 2019 15:33:02 -0500 Subject: [PATCH] Update README-SSH.md Fix typo --- doc/README-SSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README-SSH.md b/doc/README-SSH.md index 9214a6a..c91d1e8 100644 --- a/doc/README-SSH.md +++ b/doc/README-SSH.md @@ -179,7 +179,7 @@ systemctl --user enable trezor-ssh-agent.socket export SSH_AUTH_SOCK=$(systemctl show --user --property=Listen trezor-ssh-agent.socket | grep -o "/run.*" | cut -d " " -f 1) ``` -Make sure the SSH_AUTH_SOCK variable mathes the location of the socket that trezor-agent +Make sure the SSH_AUTH_SOCK variable matches the location of the socket that trezor-agent is listening on: `ps -x | grep trezor-agent`. In this setup trezor-agent should start automatically when the socket is opened.