Tag: openssh Archive

Simple Debian 11 (Bullseye) Media Server

Published on August 31, 2022 at 9:44 pm by LEW

Introduction

Late last night, for a variety of frustrating reasons, I decided to do a complete rebuild of my local cloud server as a very basic media server using plain vanilla Debian 11 (Bullseye). (more…)

SharePin It!

Configuring a SSH Terminal for PuTTY

Published on August 14, 2022 at 7:12 pm by LEW

Introduction

I have mentioned using the program PuTTY for SSH communication. But have never actually talked about how to use and  configure the program. So that is the subject of this post. (more…)

SharePin It!

Using Secure Copy Protocol (scp) on a Server

Published on July 28, 2022 at 11:47 pm by LEW

Introduction

In this post we will talk about moving files across the network using the Secure Copy (scp) protocol. The server we built in the last post already has this capability, and it is generally quicker than using a USB stick. (more…)

SharePin It!

Going Headless With SSH Server

Published on September 8, 2021 at 7:28 am by LEW

Introduction

One of the first things I do after I have completed a base build for a server is make it headless. What this means is that I set up some form of remote login, then remove any keyboard, mouse, or monitor connected to the server. This allows the server to be put virtually anywhere. If you are anything like me your workspace is already cluttered enough with out having extra computers taking up valuable space. (more…)

SharePin It!