Kunnskapsbase

knowledgebase

ypsilon.kb.documentation
Server & Hosting Management

Connecting to your Server via SSH

  • 18 Var dette svaret til hjelp?

Secure Shell (SSH) is the standard cryptographic protocol for operating network services securely over an unsecured network.

Windows Users

While Windows 10/11 now includes a native SSH client in PowerShell, many users prefer dedicated clients like PuTTY or MobaXterm for session management.

macOS & Linux Users

Simply open your terminal and type:

ssh root@your_server_ip

You will be prompted to accept the server's ECDSA key fingerprint on your first connection. Once accepted, enter your root password (note: characters will not appear on screen as you type them).

Var dette svaret til hjelp?

Relaterte artikler