Make ssh compatible with dev mode and remove testing ssh items that don't work

Review URL: http://codereview.chromium.org/912003
This commit is contained in:
Chris Sosa 2010-03-12 14:06:58 -08:00
parent 5a881e2249
commit bf15f5fd40
2 changed files with 0 additions and 20 deletions

View File

@ -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

View File

@ -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