ssh command
ssh is a Unix command used for remotely connecting to other servers using SSH protocol. ssh is sometimes called the ssh client component, while sshd is the server component of SSH software.
The simplest use is to invoke ssh command with a single parameter which is a remote server’s hostname or IP address:
Default port for SSH service is 22, but it’s possible to change it so you may have to specify it as an option for the ssh command:
See Also
- basic Unix commands
- Unix Commands
- How To: Generate SSH key
- How To: Change SSH key passphrase
- Important SSH server configuration options
- id – print user identity
- ssh port
- ssh port forwarding
- SSH reference
- Using multiple SSH ports
- How To: Check SSH key fingerprint
ssh is a Unix command used for remotely connecting to other servers using SSH protocol. ssh is sometimes called the ssh client component, while sshd is the server component of SSH software.
The simplest use is to invoke ssh command with a single parameter which is a remote server’s hostname or IP address:
Default port for SSH service is 22, but it’s possible to change it so you may have to specify it as an option for the ssh command:
See Also
- basic Unix commands
- Unix Commands
- How To: Generate SSH key
- How To: Change SSH key passphrase
- Important SSH server configuration options
- id – print user identity
- ssh port
- ssh port forwarding
- SSH reference
- Using multiple SSH ports
- How To: Check SSH key fingerprint