Learn R Programming

tic (version 0.2.13.9017)

step_add_to_known_hosts: Step: Add to known hosts

Description

Adds a host name to the ~/.ssh/known_hosts file to allow subsequent SSH access. Requires ssh-keyscan on the system PATH.

Usage

step_add_to_known_hosts(host = "github.com")

Arguments

host

[string] The host name to add to the known_hosts file, default: github.com.

See Also

Other steps: step_add_to_drat, step_build_pkgdown, step_do_push_deploy, step_hello_world, step_install_pkg, step_install_ssh_keys, step_push_deploy, step_run_code, step_setup_push_deploy, step_setup_ssh, step_test_ssh, step_write_text_file

Examples

Run this code
# NOT RUN {
dsl_init()

get_stage("before_deploy") %>%
  add_step(step_add_to_known_hosts("gitlab.com"))

dsl_get()
# }

Run the code above in your browser using DataLab