file names changed + ssh config added
This commit is contained in:
parent
d1426e98e8
commit
411f036462
27
ssh_config
Normal file
27
ssh_config
Normal 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
|
||||||
|
|
@ -101,7 +101,7 @@ set statusline+=\ [0x%B]\ " ASCII hex code u
|
|||||||
" Change color scheme.
|
" Change color scheme.
|
||||||
"set colorscheme wombat256mod
|
"set colorscheme wombat256mod
|
||||||
" Highlight the line currently under cursor.
|
" Highlight the line currently under cursor.
|
||||||
set cursorline
|
"set cursorline
|
||||||
" Show line numbers on the sidebar.
|
" Show line numbers on the sidebar.
|
||||||
set number
|
set number
|
||||||
" Show line number on the current line and relative numbers on all other lines.
|
" Show line number on the current line and relative numbers on all other lines.
|
Loading…
x
Reference in New Issue
Block a user