Update gitignore
This commit is contained in:
parent
3f3dbf414c
commit
c2b68231f5
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ go.work*
|
||||
**/*/*.bin
|
||||
**/*/.state/
|
||||
cmd/.state/
|
||||
id_*
|
||||
*.gdbm
|
||||
|
@ -30,5 +30,5 @@ go run -v -tags logtrace ./cmd/ssh/main.go -h <host> -p <port> [--dbdir <dbpath>
|
||||
## Connect to the server
|
||||
|
||||
```
|
||||
ssh -T -p <port> -i <client_publickey_filepath> <host>
|
||||
ssh [-v] -T -p <port> -i <client_publickey_filepath> <host>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user