ADB Tcpip over SSH Tunnel
example ssh user@77.*.*.9 -L (adb port):(ip adress of target):(bind port ex. 4545)
after you can use adb connect localhost:4545