Add tmux and vim configuration files
- Introduced a comprehensive tmux configuration file with custom themes, key bindings, and session management options. - Added a lightweight vim configuration file utilizing vim-plug for plugin management, including themes, fuzzy finder, file tree, and editing helpers.
This commit is contained in:
57
ssh/.ssh/config.d/30-corporate.conf
Normal file
57
ssh/.ssh/config.d/30-corporate.conf
Normal file
@@ -0,0 +1,57 @@
|
||||
# 40 - Corporate (PAO IL)
|
||||
|
||||
Host ada-alt
|
||||
HostName 192.168.122.102
|
||||
User ada-alt
|
||||
IdentityFile ~/.ssh/id_ed25519
|
||||
# UpdateHostKeys yes
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
#ProxyJump ru-vps
|
||||
#ForwardX11 yes
|
||||
#ForwardX11Trusted yes
|
||||
#Compression yes
|
||||
|
||||
|
||||
Host pam
|
||||
HostName 10.1.194.230
|
||||
User antipenkoda@MSK.LAN
|
||||
Port 2244
|
||||
ProxyJump ada-alt
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
|
||||
|
||||
Host ans-srv
|
||||
HostName 10.1.195.233
|
||||
User ada
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump pam
|
||||
|
||||
Host master-ans
|
||||
HostName 10.1.194.160
|
||||
User ada
|
||||
SetEnv TERM=xterm-256color
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
ProxyJump pam
|
||||
|
||||
|
||||
Host pam-tunnel
|
||||
HostName localhost
|
||||
Port 2244
|
||||
User antipenkoda@MSK.LAN
|
||||
StrictHostKeyChecking no
|
||||
UserKnownHostsFile /dev/null
|
||||
|
||||
Host ans-srv-tunnel
|
||||
HostName 10.1.195.233
|
||||
User ada
|
||||
SetEnv TERM=xterm-256color
|
||||
ProxyJump pam-tunnel
|
||||
|
||||
Host ans-srv-direct
|
||||
HostName localhost
|
||||
Port 3322
|
||||
User ada
|
||||
SetEnv TERM=xterm-256color
|
||||
Reference in New Issue
Block a user