Difference between revisions of "Mikrotik: console SSH"

From OnnoWiki
Jump to navigation Jump to search
 
Line 13: Line 13:
  
 
  ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss admin@192.168.88.1
 
  ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss admin@192.168.88.1
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Mikrotik]]

Latest revision as of 18:26, 26 July 2020

Untuk bisa mengakses Mikrotik menggunakan SSH

Ubuntu Client

Edit

sudo vi /etc/ssh/ssh_config
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc


ssh ke Mikrotik

ssh -o KexAlgorithms=diffie-hellman-group14-sha1 -o HostKeyAlgorithms=+ssh-dss admin@192.168.88.1


Pranala Menarik