This is a discussion on Re: Programs run over ssh aren't getting real ttys. within the OpenSSH Development forums, part of the Networking and Network Related category; On 2007-11-05 06:02, James Supancic wrote: > About /dev, it contains everything that the working systems do (...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On 2007-11-05 06:02, James Supancic wrote:
> About /dev, it contains everything that the working systems do (I > created it with cp -a /dev/* ./initird_mnt/dev/).... all the other > systems use udev (rather than static nodes), is udev needed for pty > support? Is there anyway to get openssh to use pttys when udev is not > in use? It would help if you would state what operating system you are using. >From what you said earlier, I'm guessing you need to have the /dev/ptmx device present and mount the devpts filesystem on /dev/pts. Have you done both of these things? Maybe running sshd in the foreground with verbose logging would give you some additional information, or [sk]tracing it and watching for access to pty-related devices, including /dev/ptmx. -- Jefferson Ogata <Jefferson.Ogata@noaa.gov> NOAA Computer Incident Response Team (N-CIRT) <ncirt@noaa.gov> "Never try to retrieve anything from a bear."--National Park Service _______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@mindrot.org https://lists.mindrot.org/mailman/li...enssh-unix-dev |