Browse Source

* changed tardiba network config module to use openssh instead of

dropbear ( expertadmin has to be changed to use scp before we can
	  use dropbear again :/ ) 


git-svn-id: svn+ssh://svn.opensde.net/home/users/karasz/x5/tardiba/trunk@32 471cc25b-571d-0410-8e29-1f4f9b506cef
master
Christian Wiese 18 years ago
parent
commit
1e81012efc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pkgsel/network.conf

+ 1
- 1
pkgsel/network.conf

@ -13,7 +13,7 @@
# --- SDE-COPYRIGHT-NOTE-END ---
for x in NETWORK=1 VLAN=1 DHCP=udhcp PPP=1 SSHD=dropbear \
for x in NETWORK=1 VLAN=1 DHCP=udhcp PPP=1 SSHD=openssh \
; do
eval SDECFGSET_TRG_MNEMOSYNE_$x

Loading…
Cancel
Save