projects
/
opendreambox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
opendreambox 2.0
[opendreambox.git]
/
meta-opendreambox
/
recipes-core
/
dropbear
/
dropbear
/
dropbear.xinetd.in
1
service ssh
2
{
3
socket_type = stream
4
user = root
5
server = @SBINDIR@/dropbear
6
server_args = -i
7
wait = no
8
}