diff --git a/ssh_config b/ssh_config new file mode 100644 index 0000000..80f9672 --- /dev/null +++ b/ssh_config @@ -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 + diff --git a/.tmux.conf b/tmux_conf similarity index 100% rename from .tmux.conf rename to tmux_conf diff --git a/.vimrc b/vimrc similarity index 99% rename from .vimrc rename to vimrc index 867ae25..e5728d7 100644 --- a/.vimrc +++ b/vimrc @@ -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.