From c2b68231f5652f45752db96ec7008f8086a4cae6 Mon Sep 17 00:00:00 2001 From: lash Date: Sun, 22 Sep 2024 16:15:40 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 2 ++ cmd/ssh/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 54ad3ff..ddccccf 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ go.work* **/*/*.bin **/*/.state/ cmd/.state/ +id_* +*.gdbm diff --git a/cmd/ssh/README.md b/cmd/ssh/README.md index 3cffae1..ff325d7 100644 --- a/cmd/ssh/README.md +++ b/cmd/ssh/README.md @@ -30,5 +30,5 @@ go run -v -tags logtrace ./cmd/ssh/main.go -h -p [--dbdir ## Connect to the server ``` -ssh -T -p -i +ssh [-v] -T -p -i ```