I have setup SSH Local Port forwarding
successfully with the below command
ssh rex@server-001 -L 0.0.0.0:4122:node-x3:22
Now I am trying to do a passwordless access . For that I am using below command
ssh -i /home/rex/.ssh/id_rsa rex@server-001 -L 0.0.0.0:4122:node-x3:22
But it is asking or password. How to make passwordless work in Port forwarding.