Step-by-Step Guides์ถœ์ฒ˜: DigitalOcean์กฐํšŒ์ˆ˜ 2

Create SSH Keys with OpenSSH on macOS, Linux, or Windows

By Erin Glass
2026๋…„ 2์›” 26์ผ
**Create SSH Keys with OpenSSH on macOS, Linux, or Windows**

Introduction When setting up a remote Linux server, you need a secure way to connect to it. Passwords work but are vulnerable to brute force and phishing. Secure Shell keys (SSH keys) provide a stronger method: they use public-key cryptography so the server can verify your identity without sending a secret over the network. As part of the Secure Shell protocol, SSH keys also let you run network services securely over an unsecured network, such as running commands on a remote server or managing its services. This tutorial walks you through creating SSH keys with OpenSSH (a standard suite of open-source SSH tools) on macOS, Linux, and Windows via the Windows Subsystem for Linux (WSL)...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” DigitalOcean์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.