> ## Documentation Index
> Fetch the complete documentation index at: https://hoopdev-docs-improve-idp-sso-pages.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Secure Shell (SSH)

> A cryptographic network protocol for operating network services securely over an unsecured network, commonly used for remote command-line login.

<ConnectionTemplate
  config={{
"resourceConfiguration": {
"type": "application",
"subtype": "ssh",
"credentials": [
  {
    "name": "HOST",
    "type": "env-var",
    "required": true,
    "description": "The IP or hostname of the SSH server",
    "placeholder": "localhost"
  },
  {
    "name": "PORT",
    "type": "env-var",
    "required": false,
    "description": "The port of the SSH server, default to 22",
    "placeholder": "22"
  },
  {
    "name": "USER",
    "type": "env-var",
    "required": true,
    "description": "The username of the Linux server",
    "placeholder": "ubuntu"
  },
  {
    "name": "PASS",
    "type": "env-var",
    "required": false,
    "description": "The credentials of the username if password authentication is enabled in the SSH server.",
    "placeholder": "password"
  },
  {
    "name": "AUTHORIZED_SERVER_KEYS",
    "type": "env-var",
    "required": false,
    "description": "The private key of the user that corresponds to the public key at $HOME/<user>/.ssh/authorized_keys",
    "placeholder": "Enter your private key"
  }
]
},
"id": "ssh",
"name": "Secure Shell (SSH)",
"description": "A cryptographic network protocol for operating network services securely over an unsecured network, commonly used for remote command-line login.",
"category": "infrastructure-access",
"icon-name": "ssh",
"tags": [
"security",
"interactive",
"cli"
],
"overview": {
"description": "Access your servers securely through Hoop.dev with comprehensive SSH session recording, intelligent command monitoring, and automated access controls. Connect to remote hosts with complete audit trails, data masking capabilities, and built-in security guardrails that eliminate the need for traditional VPN access."
},
"setupGuide": {
"accessMethods": {
  "webapp": false,
  "cli": false,
  "native": true,
  "runbooks": false
}
},
"documentationConfig": {
"path": "quickstart/ssh"
},
"features": {
"tlsTerminationProxy": {
  "native": true,
  "oneOff": false
},
"audit": {
  "native": false,
  "oneOff": false
},
"dataMaskingGoogleDLP": {
  "native": false,
  "oneOff": false
},
"dataMaskingMSPresidio": {
  "native": false,
  "oneOff": false
},
"guardrails": {
  "native": false,
  "oneOff": true
},
"credentialsOffload": {
  "native": true,
  "oneOff": false
},
"interactiveAccess": {
  "native": true,
  "oneOff": false
}
}
}}
/>
