[GH-ISSUE #1299] ssh fails when used with Kerberos #884

Closed
opened 2026-05-05 07:02:29 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @uzytkownik on GitHub (May 22, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1299

Using ssh fails when using Kerberos login - at least with in-kernel keyring.

Originally created by @uzytkownik on GitHub (May 22, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1299 Using ssh fails when using Kerberos login - at least with in-kernel keyring.
gitea-mirror 2026-05-05 07:02:29 -06:00
Author
Owner

@netblue30 commented on GitHub (Jun 18, 2017):

Seccomp filter disables all kernel keyring accesses. I would disable seccomp in your case - comment out "seccomp" line in /etc/firejail/ssh.profile. Anyway, the sandbox protects only ssh process on your machine, what happens inside the session on the remote machine is not protected.

<!-- gh-comment-id:309277926 --> @netblue30 commented on GitHub (Jun 18, 2017): Seccomp filter disables all kernel keyring accesses. I would disable seccomp in your case - comment out "seccomp" line in /etc/firejail/ssh.profile. Anyway, the sandbox protects only ssh process on your machine, what happens inside the session on the remote machine is not protected.
Author
Owner

@rusty-snake commented on GitHub (Jun 26, 2019):

@uzytkownik I'm closing here due to inactivity, please fell free to reopen if you have more questions.

<!-- gh-comment-id:505804550 --> @rusty-snake commented on GitHub (Jun 26, 2019): @uzytkownik I'm closing here due to inactivity, please fell free to reopen if you have more questions.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#884
No description provided.