When accessing remote ftp server with tramp
C-x C-f /ftp:user@host#port/
tramp asks me for password. I also use auth-password-store to store passwords in a pass
-compatibale fashion, that is, host is specified in a filename of a gpg-encrypted file containing password on its first line. However, tramp (or maybe it's AngeFtp?) keeps asking for password, even though I've created a host.gpg
file in my password store.
- I tried symlinking
ftp:user@host.gpg
to the password file. - I tried symlinking
host#port.gpg
as well asftp:user@host.gpg
andftp:user@host#port.gpg
- auth-password-store and tramp work fine together for
C-x C-f /sudo::/
command, that is, it does find the appropriate file in my password-store and requests my gpg password then - auth-password-store works fine with symlinks to genuine password files (which is to be expected, I guess?)
- I tried adding
protocol: ftp
record to password file
How do I make tramp recognise my password-store password? Should I file an issue to tramp, or maybe to AngeFtp developers?