ssh - Cloud Foundry CLI Reference Guide


NAME

ssh - SSH zu einer Anwendungscontainerinstanz

VERWENDUNG

cf ssh APP_NAME [-i INDEX] [-c COMMAND]... [-L [BIND_ADDRESS:]PORT:HOST:HOST_PORT] [--skip-host-validation] [--skip-remote-execution] [--disable-pseudo-tty | --force-pseudo-tty | --request-pseudo-tty]

Optionen

--app-instance-index, -i

Anwendungsinstanzindex (Standard: 0)

--command, -c

Auszuführender Befehl. Dieses Flag kann mehrfach definiert werden.

--disable-pseudo-tty, -T

Pseudo-TTY-Zuordnung inaktivieren

--force-pseudo-tty

Pseudo-TTY-Zuordnung erzwingen

-L

Weiterleitungsspezifikation für lokalen Port. Dieses Flag kann mehrfach definiert werden.

--request-pseudo-tty, -t

Pseudo-TTY-Zuordnung anfordern

--skip-host-validation, -k

Hostschlüsselüberprüfung überspringen

--skip-remote-execution, -N

Fernbefehl nicht ausführen

SIEHE AUCH

allow-space-ssh, enable-ssh, space-ssh-allowed, ssh-code, ssh-enabled