freeCodeCamp/guide/chinese/ssh/index.md

11 lines
264 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: SSH
localeTitle: SSH
---
## SSH
Secure ShellSSH是一种加密网络协议旨在通过不安全的网络进行安全的数据传输。
它最常用于访问远程服务器。
SSH也用于像git这样的分布式源代码版本控制软件。