From 411f03646204278d4ee8239a17960dfaa025ee86 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Tue, 4 Apr 2023 18:04:22 +0200 Subject: [PATCH] file names changed + ssh config added --- ssh_config | 27 +++++++++++++++++++++++++++ .tmux.conf => tmux_conf | 0 .vimrc => vimrc | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 ssh_config rename .tmux.conf => tmux_conf (100%) rename .vimrc => vimrc (99%) 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.