diff --git a/SftpFrontend.md b/SftpFrontend.md index 29a42fb..b2c46c0 100644 --- a/SftpFrontend.md +++ b/SftpFrontend.md @@ -132,4 +132,4 @@ User peter Port 8022 ``` -Now to open a file: `vim sftp://peter@tahoe/secrets.txt`, where `secrets.txt` is a file at the root of the dircap associated with the SFTP user `peter` in `accounts.file`. You'll get a password prompt whenever you open or save. Unfortunately netrw.vim stores the remote file in a temporary file on local non-volatile memory, which may defeat the purpose of remote editing. \ No newline at end of file +Now to open a file: `vim sftp://peter@tahoe/secrets.txt`, where `secrets.txt` is a file at the root of the dircap associated with the SFTP user `peter` in `accounts.file`. You'll get a password prompt whenever you open or save. Warning: netrw.vim stores the remote file in a temporary file on local non-volatile memory, so this technique does not prevent the plaintext contents of your file from being stored on your disk. \ No newline at end of file