RouterOS —— How to remote login using ssh
| Syntax: /system ssh hostname/ip_address user=john port=8899 
 1. Log in RouterOS
 
 2. Click Terminal to open a terminal
 
 3. Issue the following command
 , where 123.123.123.123 is the ip address of the remote machine, user is mary and the port number is 8888.複製代碼/system ssh 123.123.123.123 user=mary port=8888
 |