Skip to content

Commit

Permalink
ssh: set TERM=xterm on connection
Browse files Browse the repository at this point in the history
  • Loading branch information
dezeroku committed Dec 28, 2023
1 parent f18aee6 commit 8e692a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/openssh/files/04-ssh-term.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Host *
SetEnv TERM=xterm
1 change: 1 addition & 0 deletions roles/openssh/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
- 01-ssh-devserver.conf
- 02-ssh-homeserver.conf
- 03-ssh-controlpersist.conf
- 04-ssh-term.conf

- name: Copy sshd conf files
become: true
Expand Down

0 comments on commit 8e692a0

Please sign in to comment.