You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
host: 1.1.1.1 # Remote host for the mapping to the local host
port: 11111 # Remote port for the mapping to the local host
ssh:
# Forward type. Allowed values local | remote, default: local.
forward_type: local
host: 11.11.11.11
user: user1
port: 22
auth:
# Auth method. Allowed values password | key | key-encrypted | embedKey | embedKey-encrypted. If set *encrypted or password, but password was not set, it will asked.