Establishes an SSH connection. This step doesn't fail if the connection cannot be established, but prints verbose output by default. It is useful for troubleshooting deployment problems.
step_test_ssh( url = "[email protected]", verbose = "", private_key_name = "TIC_DEPLOY_KEY" )
url |
|
---|---|
verbose |
|
private_key_name |
|
Other steps:
step_add_to_drat()
,
step_add_to_known_hosts()
,
step_build_pkgdown()
,
step_do_push_deploy()
,
step_hello_world()
,
step_install_pkg
,
step_install_ssh_keys()
,
step_push_deploy()
,
step_run_code()
,
step_session_info()
,
step_setup_push_deploy()
,
step_setup_ssh()
,
step_write_text_file()
#>#> ℹ See `?tic::dsl_get` for details#>#> ── tic configuration ───────────────────────────────────────────────────────────#> ── script ───────────────────────────────────────────────────────────── stage ── #> ▶ step_test_ssh(verbose = "-vvv")