Update gitignore

This commit is contained in:
lash 2024-09-22 16:15:40 +01:00
parent 3f3dbf414c
commit c2b68231f5
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ go.work*
**/*/*.bin **/*/*.bin
**/*/.state/ **/*/.state/
cmd/.state/ cmd/.state/
id_*
*.gdbm

View File

@ -30,5 +30,5 @@ go run -v -tags logtrace ./cmd/ssh/main.go -h <host> -p <port> [--dbdir <dbpath>
## Connect to the server ## Connect to the server
``` ```
ssh -T -p <port> -i <client_publickey_filepath> <host> ssh [-v] -T -p <port> -i <client_publickey_filepath> <host>
``` ```