blob: dbf93e8a5e31b507a36385813a2a137a8f0fc3d1 [file] [log] [blame]
Ryan Cui9788e672011-11-03 21:56:261#!/bin/bash
2
3# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
4# Use of this source code is governed by a BSD-style license that can be
5# found in the LICENSE file.
6
7# Script that allows ebuilds to ssh without prompting or touching
8# ~/.ssh/known_hosts in the sandbox.
9ssh -o StrictHostKeyChecking=yes -o UserKnownHostsFile=/dev/null $@