open connection

This block is part of the ssh connection group and was last modified in core v15.0.0.

Deprecated This block has been deprecated since v14.0.1, please avoid future use.
open connection Deprecated since v14.0.1 v9.2.5 Updated v15.0.0

open ssh connection

In pins 6 + flow
  • flow
    flow
  • host required
    value
  • port required
    number
  • username required
    value
  • private key required
    value
  • passphrase required
    value
  • host key v15.0.0
    value

    The key the server must present, so a machine-in-the-middle cannot collect the password. Either a SHA256 fingerprint (`ssh-keyscan host | ssh-keygen -lf -`) or a public key line (`ssh-ed25519 AAAA...`). Left empty the server is not authenticated and the fingerprint it presented is logged instead, unless the node runs with [drivers] ssh_strict_host_key.

Out pins 2 + flow
  • flow
    flow
  • connection
    sshconnection
  • error
    value

Version history

Introduced in v9.2.5.

Last modified in v15.0.0.

Deprecated since v14.0.1.


Back to ssh connection Return to the main group to view all sub-groups Back to ssh Return to the group to view all blocks within this group