1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-03-03 22:34:46 +01:00

ssh: improved structure and linking

This commit is contained in:
2025-11-23 09:10:38 +01:00
parent 4a91f12dcd
commit 9f162704d1
3 changed files with 37 additions and 10 deletions

10
wiki/ssh.md Normal file
View File

@@ -0,0 +1,10 @@
# SSH
SSH is a network protocoll to securely connect to a computer.
## Implementations
There are various implementations of the SSH protocol.
- [OpenSSH](/wiki/linux/openssh.md) is an SSH implementation for
[Linux-based systems](/wiki/linux.md).