OpenSSH is not asking for passwords.
James Supancic
arrummzen at gmail.com
Sat Apr 23 19:01:02 EST 2005
ls -l /dev/tty
crw-rw-rw- 1 root 0 5, 0 Apr 20 22:07 /dev/tty
Its almost the same save I have a 0 where you have root, im not sure
why that is, probably has something to do with groups not being setup.
When I first made my initrd I used only /dev/console, I just recently
added /dev/tty*s. I am not sure if I am using the ttys or the console?
What does it matter? Doesn't ssh just use stdio like all other apps?
Thank you for your time,
James Steven Supancic III
On 4/23/05, Darren Tucker <dtucker at zip.com.au> wrote:
> James Supancic wrote:
> > I am trying to use shfs to mount a remote root filesystem for a
> > diskless workstation. The system downloads its kernel and initrd from
> > a server. I have tried repeatedly to get a working installation of ssh
> > on the initrd with no success. I finally got ssh to connect to the
> > server.
> [...]
> > BUT when I try to use ssh on the diskless system It goes like this
> > bash-2.05b# ssh 192.168.11.10 -l root -F /etc/ssh_config
> > Permission denied, please try again.
> > Permission denied, please try again.
> > Permission denied, please try again.
> > bash-2.05b#
>
> Make sure your initrd image has a /dev/tty and that it has the correct
> major, minor and perms. For Linux, that's:
>
> $ ls -l /dev/tty
> crw-rw-rw- 1 root root 5, 0 Apr 23 17:43 /dev/tty
>
> --
> Darren Tucker (dtucker at zip.com.au)
> GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
> Good judgement comes with experience. Unfortunately, the experience
> usually comes from bad judgement.
>
> _______________________________________________
> openssh-unix-dev mailing list
> openssh-unix-dev at mindrot.org
> http://www.mindrot.org/mailman/listinfo/openssh-unix-dev
>
More information about the openssh-unix-dev
mailing list