search for: 82warning

Displaying 1 result from an estimated 1 matches for "82warning".

2015 Oct 21
7
[Bug 2481] New: Tilde expansion in -i option inconsistent
...e it works as expected. ie This doesn't work: ssh -i~/key_file This does: ssh -i ~/key_file Excerpts from respective strace: ---snip-- stat("~/.ssh/keyfile", 0x7fff73320010) = -1 ENOENT (No such file or directory) write(2, "Warning: Identity file ~/.ssh/ke"..., 82Warning: Identity file ~/.ssh/keyfile not accessible: No such file or directory. ---snip-- ---snip-- stat("/home/ec2-user/.ssh/keyfile", {st_mode=S_IFREG|0600, st_size=1676, ...}) = 0 write(2, "usage: ssh [-1246AaCfgKkMNnqsTtV"..., 524usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_add...