background later?

2013-07-15 Thread Peter Meerwald
Hello, I want to use dropbear just to setup port forwarding and then drop to the background, e.g. like so ssh -f -N -T -y -K 20 -I 7200 -R 2:localhost:22 remote.host.com the problem is that the code to background dropbear (in cli-session.c, line 253) is before the setup of the port

Problems when connecting to dropbear server running as non-root

2013-07-15 Thread Hans Harder
I am trying to connect using ssh: -v -i privkey -p 7000 hans@host hostname And I get: debug1: Server accepts key: pkalg ssh-rsa blen 149 debug1: Authentication succeeded (publickey). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending command: hostname