org.jclouds.scriptbuilder.statements.ssh
Class SshStatements
java.lang.Object
org.jclouds.scriptbuilder.statements.ssh.SshStatements
public class SshStatements
- extends Object
Statements used in ssh control
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SshStatements
public SshStatements()
lockSshd
public static Statement lockSshd()
- lock sshd down so root cannot login, and password auth is disabled,
sshdConfig
public static Statement sshdConfig(Map<String,String> params)
Copyright © 2009-2011 jclouds. All Rights Reserved.