mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 06:56:58 +02:00
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:
parent
5a881e2249
commit
bf15f5fd40
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user