Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

find_rshcmd

Search for SSH clients on the current system


Description

Search for SSH clients on the current system

Usage

find_rshcmd(which = NULL, first = FALSE, must_work = TRUE)

Arguments

which

A character vector specifying which types of SSH clients to search for. If NULL, a default set of clients supported by the current platform is searched for.

first

If TRUE, the first client found is returned, otherwise all located clients are returned.

must_work

If TRUE and no clients was found, then an error is produced, otherwise only a warning.

Value

A named list of pathnames to all located SSH clients. The pathnames may be followed by zero or more command-line options, i.e. the elements of the returned list are character vectors of length one or more. If first = TRUE, only the first one is returned. Attribute version contains the output from querying the executable for its version (via command-line option -V).


parallelly

Enhancing the 'parallel' Package

v1.25.0
LGPL (>= 2.1)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.