diff options
| -rw-r--r-- | quickstart.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quickstart.txt b/quickstart.txt new file mode 100644 index 0000000..29b924b --- /dev/null +++ b/quickstart.txt | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | SSH_KEY=~/macm4-resident; SSH_HOST=root@p.noml.ch; ssh-agent bash -c "ssh-add $SSH_KEY && git push" | ||
| 2 | while true; do nc -l -p 5023 | openssl enc -d -aes-256-cbc -pbkdf2 -pass pass:YourPassword | pbcopy; done | ||
