TCP/IP Products > TCP-PLUS
sshd configuration for user with TCP.Plus (Dejawint)
(1/1)
Bob:
With newer versions of sshd (for example version 6.7 included with debian 8 (jessie)) you need to modify the the sshd_config file so sshd supports the ciphers and key exchange methods in Dejawint.
To do this add the following to the end of your sshd_config script and restart sshd
--- Code: ---Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour
KexAlgorithms diffie-hellman-group1-sha1
--- End code ---
Navigation
[0] Message Index
Go to full version