Reflection for Secure IT UNIX Client and Server
Reflection for Secure IT UNIX Client and Server features
-
ssh (Secure Shell client)
-
ssh2_config (client configuration file)
-
sftp (secure file transfer)
-
scp (secure file copy)
-
ssh-keygen (key generation utility)
-
ssh-agent (key agent)
-
ssh-add (add identities to the agent)
-
ssh-askpass (X11 passphrase utility)
-
ssh-certtool (certificate management utility)
-
ssh-certview (certificate viewing utility)
By default, client executables are installed to /opt/microfocus/rsit/bin
.
The global client configuration file is installed to /opt/microfocus/rsit/etc
.
Reflection for Secure IT UNIX Client and Server features
The Reflection for Secure IT UNIX Client and Server server includes all of the client features listed above plus the following Secure Shell server features.
-
sshd (Secure Shell daemon)
-
sshd2_config (server configuration file)
-
A host public/private key pair (see note below)
-
sftp-server (file transfer subsystem used by the server)
By default, the sshd server is installed to /opt/microfocus/rsit/sbin
.
The sftp-server is installed to /opt/microfocus/rsit/bin
.
The server configuration file is installed to /opt/microfocus/rsit/etc
.
Supported data encryption standards
-
TripleDES (168-bit) CBC mode
-
Cast (128-bit) CBC mode
-
Blowfish (128-bit) CBC mode
-
AES, also known as Rijndael (128-, 192-, or 256-bit) CBC mode and CTR mode
Supported MAC algorithms
-
hmac-sha1
-
hmac-md5
-
hmac-sha1-96
-
hmac-md5-96
-
hmac-ripemd-160
-
hmac-sha256
-
hmac-sha2-256
-
hmac-sha512
-
hmac-sha2-512
Getting Started
Reference
-
Client command options: ssh, sftp, scp, ssh-keygen, ssh-add, ssh-agent, ssh-certview, ssh-certtool
-
Server command options: sshd