Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 19. SSH Console Commands
The ssh commands allow you to connect to or create a secure shell (SSH) server.
Type ssh: then press Tab at the prompt to view the available commands.
19.1. ssh:ssh, ssh 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Abstract
connects to a remote SSH server
Synopsis 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
ssh:ssh
[
--help
] [[
-l username
] | [
--username username
]] [[
-P password
] | [
--password password
]] [[
-p port
] | [
--port port
]] {
hostname
} [
command
]
Arguments 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Table 19.1, “ssh:ssh Arguments” describes the commands arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-l, --username | The username for remote login |
-P, --password | The password for remote login |
-p, --port | The port to use for the SSH connection |
hostname | The hostname to connect to via SSH |
command | Specifies a command to execute upon connecting. |