Table of Contents

Prev  
 Next
, , ,

SSH Notes

SSH Login Message

Acronyms and Definitions

Login Messages

Login Scripts

Debian

The Debian script is very simple:

#!/bin/sh
uname -snrvm

Ubuntu

Ubuntu has multiple scripts some that I like and some that I do not like. This system status information script,

/etc/update-motd.d/50-landscape-sysinfo

The main information script is written in python3,

/usr/bin/landscape-systeminfo

Python Code

python3 agnostic code

Prev  
 Next