blob: 93f23028bd5ebcbee28d7d1152a52d23ebdc4959 [file] [log] [blame]
Oliver Newman51ff6c22020-09-01 00:18:12 +00001// Copyright 2020 The Fuchsia Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5package constants
6
7const (
8 TimedOutConnectingMsg = "timed out trying to connect to ssh"
9)