diff options
| author | Jonathan Bauer | 2013-02-08 18:11:33 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-08 18:11:33 +0100 |
| commit | 9a374e9ca134a543467ab96796dae26f13b0d975 (patch) | |
| tree | 47e0d1588d478031c6bbb82376409a7be8b597ec /remote/tools | |
| parent | [setup_tools] cleaned up debug message, use -d for debug output or it will wr... (diff) | |
| download | tm-scripts-9a374e9ca134a543467ab96796dae26f13b0d975.tar.gz tm-scripts-9a374e9ca134a543467ab96796dae26f13b0d975.tar.xz tm-scripts-9a374e9ca134a543467ab96796dae26f13b0d975.zip | |
[base] ssh, sshd, scp
Diffstat (limited to 'remote/tools')
| -rw-r--r-- | remote/tools/base/base.conf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/remote/tools/base/base.conf b/remote/tools/base/base.conf index 4322aa73..83cd989a 100644 --- a/remote/tools/base/base.conf +++ b/remote/tools/base/base.conf @@ -18,7 +18,10 @@ REQUIRED_BINARIES=" bash modprobe xterm rsyslogd - ps" + ps + sshd + scp + ssh" REQUIRED_LIBRARIES=" libcap libcidn libcom_err @@ -52,4 +55,7 @@ REQUIRED_FILES=" /sbin/mount.nfs4 /etc/nsswitch.conf /etc/securetty /etc/default/locale - /etc/default/aufs" + /etc/default/aufs + /etc/protocols + /etc/services + /etc/networks" |
