+13
README.md
+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