public interface SSHPropertySet
| Modifier and Type | Field and Description |
|---|---|
static String |
HOST
Host of the ssh destination.
|
static String |
KEYFILE
RSA key used to authenticate against a ssh host.
|
static String |
PASSWORD
Password to use to authenticate against a ssh host.
|
static String |
REMOTEBASE
Base directory to deploy all files under
|
static String |
USERNAME
Username to use to authenticate against a ssh host.
|
static final String HOST
static final String USERNAME
static final String PASSWORD
static final String KEYFILE
static final String REMOTEBASE
Copyright © 2004-2013 Codehaus. All Rights Reserved.