z/OS SSH Profile
Usage
zowe  profiles update ssh-profile <profileName> [options]
Positional Arguments
- 
profileName		 (string)
- Specifies the name of the new ssh profile. You can load this profile by using
the name on commands that support the "--ssh-profile" option.
 
 
z/OS Ssh Connection Options
- 
--host  | -H (string)
- The z/OS SSH server host name.
 
 
- 
--port  | -P (number)
- The z/OS SSH server port.
 
 
- 
--user  | -u (string)
- Mainframe user name, which can be the same as your TSO login.
 
 
- 
--password  | --pass | --pw (string)
- Mainframe password, which can be the same as your TSO password.
 
 
- 
--privateKey  | --key | --pk (string)
- Path to a file containing your private key, that must match a public key stored
in the server for authentication
 
 
- 
--keyPassphrase  | --passphrase | --kp (string)
- Private key passphrase, which unlocks the private key.
 
 
- 
--handshakeTimeout  | --timeout | --to (number)
- How long in milliseconds to wait for the SSH handshake to complete.