file names changed + ssh config added

This commit is contained in:
Dirk Alders 2023-04-04 18:04:22 +02:00
parent d1426e98e8
commit 411f036462
3 changed files with 28 additions and 1 deletions

27
ssh_config Normal file
View File

@ -0,0 +1,27 @@
Host mm
HostName mount-mockery.de
User root
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host alders ahorn buche multimedia leyk ffe ffw gfw raspiscreen
User dirk
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host multimedia_kb
HostName 192.168.0.2
User pi
Port 22
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
Host multimedia_ext
User dirk
ProxyCommand ~/bin/pdns-proxy multimedia
RequestTTY yes
RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
LocalForward 1880 localhost:1880

View File

@ -101,7 +101,7 @@ set statusline+=\ [0x%B]\ " ASCII hex code u
" Change color scheme.
"set colorscheme wombat256mod
" Highlight the line currently under cursor.
set cursorline
"set cursorline
" Show line numbers on the sidebar.
set number
" Show line number on the current line and relative numbers on all other lines.