1. konfigurasi ssh di server forward dengan menambahkan
vi /etc/ssh/sshd_config
GatewayPorts yes
2. ketikan perintah di server forward
/usr/bin/ssh -f -C -R Portforward:IPserverTujuan:Porttujuan usernamekita@localhost -pPortKita ping 8.8.8.8 -s1
Contoh:
/usr/bin/ssh -f -C -R 2225:192.168.90.x:22 pandu@localhost -p22 ping 8.8.8.8 -s1
vi /etc/ssh/sshd_config
GatewayPorts yes
2. ketikan perintah di server forward
/usr/bin/ssh -f -C -R Portforward:IPserverTujuan:Porttujuan usernamekita@localhost -pPortKita ping 8.8.8.8 -s1
Contoh:
/usr/bin/ssh -f -C -R 2225:192.168.90.x:22 pandu@localhost -p22 ping 8.8.8.8 -s1
Komentar
Posting Komentar