VagrantRunner.

SSH(string, Action<VagrantSSHSettings>) Method

Summary

This command opens an SSH connection to the specified machine to run the provided command
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant
Containing Type
VagrantRunner

Syntax

public void SSH(string name, Action<VagrantSSHSettings> configure)

Parameters

Name Type Description
name string Name of the machine to start
configure Action<VagrantSSHSettings> Settings to use when connecting

Return Value

Type Description
void