We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f877d commit 3964a83Copy full SHA for 3964a83
1 file changed
src/session_server_ssh.c
@@ -53,7 +53,7 @@ base64der_key_to_tmp_file(const char *in, int rsa)
53
return NULL;
54
}
55
56
- file = fdopen(fd, "r");
+ file = fdopen(fd, "w");
57
if (!file) {
58
close(fd);
59
0 commit comments