SSH issue – How to connect Raspbian with Visual Dialplan
Here are the steps:
1) modify /etc/ssh/sshd_config
vim /etc/ssh/sshd_config
2)add these lines to the end of the file:
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,blowfish-cbc,aes128-cbc,3des-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
3) Save file
4) Restart ssh deamon
service ssh restart
Then you can connect to a Raspbian with Visual Dialplan.