이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.9.2. Accessing an Application
When an application is accessed in a secure shell environment, the connection is made to the primary gear of the application by default. The primary gear is the gear where the Git repository and the web cartridge are located.
Access an application in a secure shell environment with the following command:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
rhc ssh App_Name [Options]
$ rhc ssh App_Name [Options]rhc ssh App_Name [Options]rhc ssh App_Name [Options]rhc ssh App_Name [Options]
Example 11.10. Accessing an Application in Secure Shell Environment
From the shell environment, run the
help
command to see the available shell commands. General Linux commands are available for routine operations in the shell environment.
Specific SSH commands can be run by passing one or more arguments. A different SSH executable can be used, or further options can be passed to SSH with the
--ssh
option.