info_tfgrid/collections/sysadmins/getstarted/ssh_guide/ssh_guide.md

10 lines
470 B
Markdown
Raw Normal View History

2024-04-29 17:49:02 +00:00
<h1> SSH Remote Connection </h1>
SSH is a secure protocol used as the primary means of connecting to Linux servers remotely. It provides a text-based interface by spawning a remote shell. After connecting, all commands you type in your local terminal are sent to the remote server and executed there.
<h2> Table of Contents </h2>
- [SSH with OpenSSH](ssh_openssh.md)
- [SSH with PuTTY](ssh_putty.md)
- [SSH with WSL](ssh_wsl.md)
- [WireGuard Access](ssh_wireguard.md)