Results 1 to 4 of 4

Thread: Dropbear SSH2 Support thread

  1. #1
    Join Date
    Nov 2004
    Posts
    24

    Dropbear SSH2 Support thread

    If you have issues with Dropbear SSH2 client/server package from here please post in this thread.

  2. #2
    Join Date
    May 2003
    Posts
    122
    Running the latest version of Dropbear SSH2 client/server when running this dbclient command:

    dbclient -T -p 22 -i /gotomydvr/etc/id_rsa.db gotomydvr_user@68.178.174.173 -R 12191:127.0.0.1:80 -L 7:127.0.0.1:7 &

    After about 2-3 minutes the process reports as stopped. This is the strace:

    read(0, 0x100021f9, 32759) = ? ERESTARTSYS (To be restarted)
    --- SIGTTIN (Stopped (tty input)) ---
    --- SIGTTIN (Stopped (tty input)) ---

    If I run it without the & at the end it works indefinitely.

  3. #3
    Join Date
    Nov 2004
    Posts
    24
    Quote Originally Posted by needo View Post
    Running the latest version of Dropbear SSH2 client/server when running this dbclient command:

    dbclient -T -p 22 -i /gotomydvr/etc/id_rsa.db gotomydvr_user@68.178.174.173 -R 12191:127.0.0.1:80 -L 7:127.0.0.1:7 &

    After about 2-3 minutes the process reports as stopped. This is the strace:

    read(0, 0x100021f9, 32759) = ? ERESTARTSYS (To be restarted)
    --- SIGTTIN (Stopped (tty input)) ---
    --- SIGTTIN (Stopped (tty input)) ---

    If I run it without the & at the end it works indefinitely.
    So, it does work when in the foreground right?

    hum... dbclient now accepts -f and -N, so maybe try that and leave the ampersand out. This will cause dbclient to background itself after authentication.

  4. #4
    Join Date
    Sep 2005
    Posts
    6
    is it possible to configure dropbear to support sftp connections? i see the reference to the sftp subsystem here, but i'm not quite sure how that might apply in this scenario.

    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •