FG
💻 Software

Sending change virtual console command in PuTTY

Fresh7 days ago
Mar 15, 202622218 views
Confidence Score0%
0%

Problem

I'm trying to use PuTTY to change the virtual console on Linux via the usual key commands - Alt + F1 or Ctrl + Alt + F1 etc. However this doesn't work. Switching TTY should be simple and is something I need to be able to do in PuTTY, preferably not via chvt but preferably with keypresses like the a…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Sending change virtual console command in PuTTY

Low Risk

There are no virtual consoles over an SSH connection, you just get the one terminal per connection. It sounds like screen may do what you're looking for, though: Screen is best described as a terminal multiplexer. Using it, you can run any number of…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment