From 4a7044a65cb41a9da1be917e6adaf3476c8c7e38 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 10 May 2022 11:42:14 -0700 Subject: [PATCH] Add SFTP readme --- homelab/server/config/sftp/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 homelab/server/config/sftp/README.md diff --git a/homelab/server/config/sftp/README.md b/homelab/server/config/sftp/README.md new file mode 100644 index 00000000..416be865 --- /dev/null +++ b/homelab/server/config/sftp/README.md @@ -0,0 +1,12 @@ +## Connecting to SFTP +1. Install an SFTP client. See https://www.sftp.net/clients +2. Configure a new connection with the following parameters: + +| Parameter | Value | +|:---------:|:-----:| +| Address | $(curl ifconfig.me) | +| Port | `23450` | +| User | `sftp` or provision a new account | +| Pass | See Bitwarden item for the account | + +3. Begin transferring files. :) \ No newline at end of file