rss email digests over ssh because you're a cool kid herald.dunkirk.sh
go rss rss-reader ssh charm

docs: add ssh config snippet

dunkirk.sh 39c25ab7 5e952a22

verified
Changed files
+13
+13
README.md
··· 42 42 scp feeds.txt user@herald.dunkirk.sh: 43 43 ``` 44 44 45 + ### SSH Configuration 46 + 47 + Add this to your `~/.ssh/config` for easier access: 48 + 49 + ```ssh-config 50 + Host herald 51 + HostName herald.dunkirk.sh 52 + Port 2223 53 + User herald 54 + ``` 55 + 56 + Then use: `scp feeds.txt herald:` and `ssh herald ls` 57 + 45 58 ### SSH Commands 46 59 47 60 ```bash