How To: Connect to a Server Using SFTP

SFTP is one of the worst named protocols in computing. Like many, I once thought it was an extension of File Transfer Protocol (FTP) that added encryption, but it is not. That’s FTPS. SFTP is an extension of Secure Shell (SSH) and stands for SSH File Transfer...

Configuring wezterm (Wez’s Terminal Emulator)

Recently I decided to find the perfect terminal emulator for me and, while I did not actually find perfection I did decide to make wezterm (Wez’s Terminal Emulator) my daily driver. The only major downside is that configuring wezterm requires hacking a Lua file...

Use SSH with FreeBSD

If you are familiar with SSH on macOS or Linux, you’re in luck. SSH on FreeBSD works pretty much just as it does those systems (and you can use these steps to set it up on those systems). What is SSH? SSH stands for “secure shell.” Using SSH on...