docs: add readme

This commit is contained in:
Jonathan Lundy
2021-05-07 12:35:16 -06:00
parent 51a15cbe73
commit 348f865c05
2 changed files with 30 additions and 1 deletions

View File

@@ -17,4 +17,4 @@ genkeys:
rm -f $(SSH_HOSTKEYS)/*.pub
forward:
ssh $(SSH_HOST) -p $(SSH_PORT) $(SSH_OPTS)
ssh -T $(SSH_HOST) -p $(SSH_PORT) $(SSH_OPTS)