From bf15f5fd405b1057c55b646ef53a7657f3aab6ed Mon Sep 17 00:00:00 2001 From: Chris Sosa Date: Fri, 12 Mar 2010 14:06:58 -0800 Subject: [PATCH] Make ssh compatible with dev mode and remove testing ssh items that don't work Review URL: http://codereview.chromium.org/912003 --- mod_for_test_scripts/601autoStartSshd | 12 ------------ mod_for_test_scripts/sshd.conf | 8 -------- 2 files changed, 20 deletions(-) delete mode 100755 mod_for_test_scripts/601autoStartSshd delete mode 100644 mod_for_test_scripts/sshd.conf diff --git a/mod_for_test_scripts/601autoStartSshd b/mod_for_test_scripts/601autoStartSshd deleted file mode 100755 index fead7fbc16..0000000000 --- a/mod_for_test_scripts/601autoStartSshd +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -# start sshd at os init time. -echo "Enabling sshd." -cp -pf sshd.conf /etc/init/sshd.conf -chmod 644 /etc/init/sshd.conf -chown 0:0 /etc/init/sshd.conf - diff --git a/mod_for_test_scripts/sshd.conf b/mod_for_test_scripts/sshd.conf deleted file mode 100644 index 389adb7296..0000000000 --- a/mod_for_test_scripts/sshd.conf +++ /dev/null @@ -1,8 +0,0 @@ -# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -start on login-prompt-ready - -exec /etc/init.d/ssh start -