From 7e2ac4dc1e8eeb101e9b1d7bcfc6c954bcf19875 Mon Sep 17 00:00:00 2001 From: kenmartin-unix <58759557+kenmartin-unix@users.noreply.github.com> Date: Tue, 26 Dec 2023 09:49:58 -0500 Subject: [PATCH] Add files via upload Help file for putty.defs --- putty.notes | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 putty.notes diff --git a/putty.notes b/putty.notes new file mode 100644 index 0000000..0981307 --- /dev/null +++ b/putty.notes @@ -0,0 +1,16 @@ +12-17-2023 KenUnix + +If putty is not installed under Arch do: sudo pacman -S putty + +Under most other Linux's do: sudo apt-get install putty + +File putty.defs contains the setup for running putty under Linux port 2323. + +Put putty.defs into ~/.putty/sessions/telnet2323 +This will give you a pre-configured vt-100 setup with 20 points font. + +Then when firing up putty load telnet2323. Then click open +after a few seconds you should get a Unix login screen. + +When done right click on the window and click close. +