SSH Resource resolver
SSH Resource resolver
A R6 object of class SshResourceResolver
resourcer::ResourceResolver
-> SshResourceResolver
Inherited methods
isFor()
Check that the provided resource is a computation resource accessible by ssh commands. The resource URL scheme is expected to be "ssh".
SshResourceResolver$isFor(x)
x
The resource object.
A logical.
newClient()
Create a SshResourceClient instance from the provided resource.
SshResourceResolver$newClient(x)
x
A valid resource object.
A SshResourceClient object.
clone()
The objects of this class are cloneable with this method.
SshResourceResolver$clone(deep = FALSE)
deep
Whether to make a deep clone.
The resource is a computation unit, accessible through SSH, i.e. which URL scheme is "ssh".