SSH.COM is one of the most trusted brands in cyber security. We help enterprises and agencies solve the security challenges of digital transformation with innovative access management solutions.
By default, SSH Tectia Client does not create symlinks between the
command-line clients sshg3, scpg3 and
sftpg3, and their earlier versions ssh,
scp and sftp.
In case you want to make sure that the sshg3/scpg3/sftpg3
clients are always used instead of the ssh/scp/sftp clients
(even when the user types in ssh/scp/sftp) make symlinks
between them by running the following script any time after the
installation:
# /opt/tectia/libexec/ssh-create-4.x-compat-symlinks
The symlink is need as the two versions of the clients are located in different directories:
sshg3/scpg3/sftpg3are located in /opt/tectia/bin/sshg3
ssh/scp/sftpare located in /usr/local/bin/ssh