Re: Behavior of /dev/pts in a jail?
- Reply: Steffen Nurpmeso : "Re: Behavior of /dev/pts in a jail?"
- In reply to: Steffen Nurpmeso : "Re: Behavior of /dev/pts in a jail?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 13:56:04 UTC
On Wed, 09 Feb 2022 14:37:09 +0100 Steffen Nurpmeso <steffen@sdaoden.eu> wrote: > Michael Gmelin wrote in > <20220209142152.13373548.grembo@freebsd.org>: > |On Wed, 09 Feb 2022 13:22:13 +0100 > |Alexander Leidinger <Alexander@leidinger.net> wrote: > |> Quoting Michael Gmelin <grembo@freebsd.org> (from Wed, 9 Feb 2022 > |> 12:56:49 +0100): > |> > |>> I was able to reproduce the issue locally. > |>> > |>> The problem is caused by jexec inheriting the pty from the jail > |>> host. > |>> > |>> If you use a pty that was created inside of the jail, > |>> gpg-agent/pinentry works as expected. > |>> > |>> This can be accomplished, e.g., by running tmux inside of the > jail: |>> > |>> jexec gpgtest > |>> pkg install tmux > |>> tmux > |>> gpg --gen-key > ... > |Maybe someone with more insights to how jails work internally could > |give their input here. > | > |In the meantime, tmux is probably the most lightweight way of > working |around this in your specific use-case, without having to run > sshd. > > dtach. It is much more lightweight. I use it on the server to > hold a containerized irssi-proxy instance to which i can connect > to via VPN (from a of window of my local tmux). > I track it for years now (it is stable for many years) after > having been pointed to it by a good Japanese Spirit that sometimes > crosses here and there .. and it just works. That's another option I wasn't aware of, thanks. If it's for the occasional interactive session, you can also use the script(1) command that comes with base (which also makes use of openpty(3)), so no need to install any packages: $ script /dev/null gpg --gen-key Cheers Michael -- Michael Gmelin