Difference between revisions of "Mikrotik: console SSH"

From OnnoWiki
Jump to navigation Jump to search
(Created page with "Untuk bisa mengakses Mikrotik menggunakan SSH ==Ubuntu Client== Edit vi /etc/ssh/ssh_config Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc ==ssh ke Mikro...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
Edit
 
Edit
  
  vi /etc/ssh/ssh_config
+
  sudo vi /etc/ssh/ssh_config
  
 
  Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
 
  Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-cbc,3des-cbc
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