2026-03-11 00:33:00 +00:00
2026-03-11 00:33:00 +00:00
2026-03-11 00:31:55 +00:00

VyOS ASCII banner generator

A simple Python script that creates a set system login banner command for setting a nice looking ACII like banner.

To generate the ASCII image go to ASCII Art Archive and put your image there. I recommend using Code Page 437 as ASCII gradient because, in my opinion, it looks nice.

Then copy the ASCII art and save it in a file called VyOSart.txt in the same folder as the Python file(s).

Use ASCII_Gen_PRE.py to get the command for pre-login command.

Pre-login means that it will show up before SSH asks for password/key password

Use ASCII_Gen_POST.py to get the command for post-login command.

Post-login will show the ASCII art after succesfully logging in as a user.

Description
A simple Python script that creates a VyOS set command to set a post-login and pre-login.
Readme 27 KiB
Languages
Python 100%