Reverse SSH
Setup Keys
ssh-keygen -t rsa
copy ./ssh/id_rsa.pub to remote ssh auth hosts
From Destination
ssh -C -g -NR 2222: 127.0.0.1:22 maple.phpwebhosting.com
From Host
ssh -p 2222 127.0.0.1
ssh-keygen -t rsa
copy ./ssh/id_rsa.pub to remote ssh auth hosts
From Destination
ssh -C -g -NR 2222: 127.0.0.1:22 maple.phpwebhosting.com
From Host
ssh -p 2222 127.0.0.1


0 Comments:
Post a Comment
<< Home