Reputation: 343
I want to do ssh to remote server. So the command is
ssh username:password@ipaddress
But if my password contains @ then this command creates a problem. Obviously I can enter password in next step when prompt comes but I want to do in single step as displayed above. How can I escape the @ character?
Upvotes: 3
Views: 3157