search for: 36mkstemp

Displaying 1 result from an estimated 1 matches for "36mkstemp".

Did you mean: 10mkstemp
2019 Oct 20
5
[Bug 3083] New: Passing tilde (HOME) in file option results in cryptic error
...or directory The actual result output is: mkstemp: No such file or directory `strace -f` shows: openat(AT_FDCWD, "~/.ssh/known_hosts.TgA5TDcI46", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 ENOENT (No such file or directory) write(2, "mkstemp: No such file or directo"..., 36mkstemp: No such file or directory Please notice the temporary file being created at "~/.ssh/known_hosts.TgA5TDcI46"? Looks like a tilde expansion failure (or lack thereof). ssh-keygen(8) has this to say about the specification of `known_hosts_file`: (*nothing*) I've searched the unix-de...