Please tell me how to connect to a remote server with ssh

ask how to connect to the server using ssh
Local is windows10. After reading the tutorial and saying that you want to run ssh username@xxxx.com
, the result is C:\ WINDOWS\ System32\ OpenSSH\ ssh.exe: Could not resolve hostname hasseat.com: 2622733262265300325342321\
I would like to ask which user name is used here

Mar.15,2021

recommend your next XShell or SecureCRT . The user name that comes with win has never been used.


user name must be the user name of the server.


ssh-p [port] username@ip to explain to you, p specify ssh communication port, username is the user name of your login host, ip is the public network IP address of remote host, you can add-v

if you want to see how ssh works.
  • How iterm2 reduces remote ssh latency

    background: the jumper and cluster are in the United States, and the developers are all in China. The jumper uses open source jumpserver problem: the speed at which commands (such as ls,ps) are executed is acceptable, but stutter is too inefficient....

    Mar.14,2021
Menu