From 8af9b471ef3812296dc20e7c8b5291ad90272b32 Mon Sep 17 00:00:00 2001 From: Brian Peiris Date: Sun, 10 Apr 2022 10:48:38 -0400 Subject: [PATCH] Fix typo in ssh config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index caa4f0e..aafc6d6 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Host *.reticulum.io User ubuntu PreferredAuthentications publickey,keyboard-interactive IdentityFile ~/.ssh/mozilla_mr_id_rsa -ForwardAgent yes% +ForwardAgent yes ``` See the `helpers.sh` source for more documenation on each command.