Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
nxssh
Commits
78e6cf98
Commit
78e6cf98
authored
Mar 05, 2026
by
Konstantin Artyushkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove untrusted warning (eterbug #11593)
parent
28a04b78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
clientloop.c
clientloop.c
+3
-2
No files found.
clientloop.c
View file @
78e6cf98
...
...
@@ -424,8 +424,9 @@ client_x11_get_proto(struct ssh *ssh, const char *display,
/* Don't fall back to fake X11 data for untrusted forwarding */
if
(
!
trusted
&&
!
got_data
)
{
error
(
"Warning: untrusted X11 forwarding setup failed: "
"xauth key data not generated"
);
// Remove untrusted warning (eterbug #11593)
//error("Warning: untrusted X11 forwarding setup failed: "
// "xauth key data not generated");
return
-
1
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment