Browse Source

file names changed + ssh config added

master
Dirk Alders 1 year ago
parent
commit
411f036462
3 changed files with 28 additions and 1 deletions
  1. 27
    0
      ssh_config
  2. 0
    0
      tmux_conf
  3. 1
    1
      vimrc

+ 27
- 0
ssh_config View File

1
+Host mm
2
+    HostName mount-mockery.de
3
+    User root
4
+    Port 22
5
+    RequestTTY yes
6
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
7
+
8
+Host alders ahorn buche multimedia leyk ffe ffw gfw raspiscreen
9
+    User dirk
10
+    Port 22
11
+    RequestTTY yes
12
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
13
+
14
+Host multimedia_kb
15
+    HostName 192.168.0.2
16
+    User pi
17
+    Port 22
18
+    RequestTTY yes
19
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
20
+
21
+Host multimedia_ext
22
+    User dirk
23
+    ProxyCommand ~/bin/pdns-proxy multimedia
24
+    RequestTTY yes
25
+    RemoteCommand tmux attach-session -t default_ssh || tmux new-session -s default_ssh
26
+    LocalForward 1880 localhost:1880
27
+

.tmux.conf → tmux_conf View File


.vimrc → vimrc View File

101
 " Change color scheme.
101
 " Change color scheme.
102
 "set colorscheme wombat256mod
102
 "set colorscheme wombat256mod
103
 " Highlight the line currently under cursor.
103
 " Highlight the line currently under cursor.
104
-set cursorline
104
+"set cursorline
105
 " Show line numbers on the sidebar.
105
 " Show line numbers on the sidebar.
106
 set number
106
 set number
107
 " Show line number on the current line and relative numbers on all other lines.
107
 " Show line number on the current line and relative numbers on all other lines.

Loading…
Cancel
Save