I use ssh btw.

24年 12月 2日 Monday
129 words
1 minutes

SSH

I use it so many times and it also widely used among programmer and sysadmin, cool software that make you easily connect to another machine, securely and remotely!

I use the openssh implementation, it support some sort of ftp (SFTP) as well, using scp.

The other feature which I used so many times is forwarding tcp packet (it also support udp), for example to access a service from internal or private network, also useful for remote display such as forwarding X11 protocol or using VNC protocol.

hidden easter egg I found on serverfault, you can now exit from broken ssh connection, cool! (you might want to consider set keep alive option to avoid crash or broken connection)

other use cases is to authenticate git, which I already cover the topic on separate post.

Title:I use ssh btw.

Author:ReYuki

Link:https://www.reyuki.site/posts/i-use-ssh-btw [copy]

Last updated:


This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You are free to share and adapt it, as long as you give appropriate credit, don’t use it for commercial purposes, and distribute your contributions under the same license. Provided under license CC BY-NC-SA 4.0