How to escape @ in password when doing ssh to remote server?

Raghav Gupta

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?

common sense

You can use the url encoded version of @ sign: %40

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

how to ssh to a server without password when there is no .ssh on it

How can I ssh to a remote server with an automated password and no key?

Script to connect with ssh to remote server with password

ssh access to remote server without password - Windows

How to paste a password in Remmina when connecting to a remote xrdp server

How to automatically enter username and password when prompted to connect to a remote server

How can a remote ssh tunnel port be closed on the ssh server when the ssh command goes away?

ssh remote server on some port other than 22 without password

Cannot Create mylsq user and password using ssh on remote server

How to escape the | when running sed via SSH

How to escape quotes for remote command via ssh command line

How do I escape double quotes and NOT get "quot" when sending a command (Jsch) to an SSH server in Java?

Getting 'Permission denied (password).' when doing multi-factor authentication (key and password) in SSH.NET

How to see remote SSH connections on my server?

How to connect remote ssh server with socks proxy?

how to execute if else condition with ssh to remote server

How to ssh to remote server using a private key?

How to access a port on a remote server using SSH?

how to use emacs tramp with ssh remote to server

How to setup a remote ssh server for tunneling to localhost?

How to safely transmit a password over SSH for a remote command to use

How to set password-less ssh login for multiple remote severs?

How to remote execute ssh command a sudo command without password

How to enable using commands on remote host using ssh without password?

How do I add something to my PATH on the server side when using VSCode Remote SSH?

How can I change directories and set bash options when logging onto to a remote server via ssh

How do I parse the remote server name inside echo when executing over ssh

How do you install an extension into the VS Code Server that's the remote end of Remote-SSH when there is no Internet connection?

How to find if remote host is reachable over SSH without actually doing ssh