Ryan Cui | 9788e67 | 2011-11-03 21:56:26 | [diff] [blame] | 1 | #!/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. | ||||
9 | ssh -o StrictHostKeyChecking=yes -o UserKnownHostsFile=/dev/null $@ |