Skip to content

Commit

Permalink
Set TERM_PROGRAM and TERM_PROGRAM_VERSION (#45065)
Browse files Browse the repository at this point in the history
  • Loading branch information
gzdunek authored Aug 5, 2024
1 parent 72f6608 commit a9b5d6a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ export async function buildPtyOptions(
const combinedEnv = {
...process.env,
...shellEnv,
TERM_PROGRAM: 'Teleport_Connect',
TERM_PROGRAM_VERSION: settings.appVersion,
TELEPORT_HOME: settings.tshd.homeDir,
TELEPORT_CLUSTER: cmd.clusterName,
TELEPORT_PROXY: cmd.proxyHost,
Expand Down

0 comments on commit a9b5d6a

Please sign in to comment.