Add SFTP readme
This commit is contained in:
parent
3767d7719a
commit
4a7044a65c
12
homelab/server/config/sftp/README.md
Normal file
12
homelab/server/config/sftp/README.md
Normal file
@ -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. :)
|
Loading…
Reference in New Issue
Block a user