This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
linux:ssh [2022/05/29 04:15] – admin | linux:ssh [2025/03/18 06:42] (current) – [SSH manager] admin |
---|
====== SSH ====== | ====== SSH ====== |
So all you’ve to do is press Enter key followed by ~. (tilde, period). Please note that escapes are only recognized immediately after newline. Hence, we need to press the Enter key. | Terminate session - Enter key followed by ~. |
| |
* [[https://smallstep.com/blog/ssh-agent-explained/#:~:text=Lock%20your%20ssh%20agent%20when,your%20agent%20without%20the%20password.|SSH-agent explained]] | * [[https://smallstep.com/blog/ssh-agent-explained/#:~:text=Lock%20your%20ssh%20agent%20when,your%20agent%20without%20the%20password.|SSH-agent explained]] |
* add SSH key id_rsa.pub''%%ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]%%'' | * add SSH key id_rsa.pub''%%ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected]%%'' |
| * https://robotmoon.com/ssh-tunnels/ |
| |
| ===== SSH manager ===== |
| * https://github.com/LukeGus/Termix - ssh web manager |