ssh - Cloud Foundry CLI Reference Guide


이름

ssh - 애플리케이션 컨테이너 인스턴스에 대한 SSH

사용법

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]

옵션

--app-instance-index, -i

애플리케이션 인스턴스 인덱스(기본값: 0)

--command, -c

실행할 명령입니다. 이 플래그를 두 번 이상 정의할 수 있습니다.

--disable-pseudo-tty, -T

pseudo-tty 할당 사용 안함

--force-pseudo-tty

pseudo-tty 할당 강제 실행

-L

로컬 포트 전달 스펙. 이 플래그를 두 번 이상 정의할 수 있습니다.

--request-pseudo-tty, -t

pseudo-tty 할당 요청

--skip-host-validation, -k

호스트 키 유효성 검증 건너뛰기

--skip-remote-execution, -N

원격 명령을 실행하지 않음

다음도 참조

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