diff options
author | breadcat | 2020-06-19 14:14:21 +0100 |
---|---|---|
committer | breadcat | 2020-06-19 14:14:21 +0100 |
commit | 02950f010e162f062945e7e63b7a16e6b01b0475 (patch) | |
tree | 6946db0308a60e72b2d349ba8ecd7b57713ff9cc /content/posts/upgrading-ubiquiti-routers-over-ssh.md | |
parent | e46e122716b4f602491dd12ee78741463ec7fe51 (diff) | |
download | blog.minskio.co.uk-02950f010e162f062945e7e63b7a16e6b01b0475.tar.gz blog.minskio.co.uk-02950f010e162f062945e7e63b7a16e6b01b0475.tar.bz2 blog.minskio.co.uk-02950f010e162f062945e7e63b7a16e6b01b0475.zip |
Case sensitive page tags
Diffstat (limited to 'content/posts/upgrading-ubiquiti-routers-over-ssh.md')
-rw-r--r-- | content/posts/upgrading-ubiquiti-routers-over-ssh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/upgrading-ubiquiti-routers-over-ssh.md b/content/posts/upgrading-ubiquiti-routers-over-ssh.md index cf274f5..8bda2c9 100644 --- a/content/posts/upgrading-ubiquiti-routers-over-ssh.md +++ b/content/posts/upgrading-ubiquiti-routers-over-ssh.md @@ -1,7 +1,7 @@ --- title: "Upgrading Ubiquiti Routers Over SSH" date: 2019-03-27T14:55:00 -tags: ["guides", "hardware", "linux", "networks", "servers", "software"] +tags: ["Guides", "Hardware", "Linux", "Networks", "Servers", "Software"] --- In the past, I usually check for ubiquiti router firmware updates via [RSS feed](https://community.ubnt.com/ubnt/rss/board?board.id=Blog_EdgeMAX), and to apply them I open a reverse SSH tunnel to the web interface and upload the file over this tunnel. |