Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Chapter 16. 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.
		
16.1. ssh:ssh, ssh Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Abstract
						connects to a remote SSH server
					
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
ssh:ssh  [
					--help
				] [[
						-l username
					] |  [
						--username username
					]] [[
						-P password
					] |  [
						--password password
					]] [[
						-p port
					] |  [
						--port port
					]] {
					hostname
				} [
					command
				]
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
				Table 16.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. |