Commit b9d5dc8
Changed files (3)
files/firefox_profiles.ini
@@ -1,3 +1,8 @@
+[Profile1]
+Name=atrto
+IsRelative=1
+Path=kof6sdxb.atrto
+
[Profile0]
Name=default
IsRelative=1
@@ -11,3 +16,4 @@ Version=2
[Install3B6073811A6ABF12]
Default=crash
Locked=1
+
files/niri_config.kdl
@@ -210,8 +210,8 @@ binds {
Mod+Shift+Equal { set-window-height "+10%"; }
// Move the focused window between the floating and the tiling layout.
- Mod+V { toggle-window-floating; }
- Mod+Shift+V { switch-focus-between-floating-and-tiling; }
+ //Mod+V { toggle-window-floating; }
+ //Mod+Shift+V { switch-focus-between-floating-and-tiling; }
// Toggle tabbed column display mode.
// Windows in this column will appear as vertical tabs,
files/ssh_config
@@ -4,24 +4,26 @@ Host tmc
AddKeysToAgent yes
ForwardAgent yes
-Host turn.alpha
- Hostname turn.alpha.alta3.com
- Port 42587
- User ubuntu
- ForwardAgent yes
-
-Host sumi-02.alpha
- Hostname %h
- User ubuntu
- ProxyJump turn.alpha
-
-Host routy
- Hostname 72.81.238.149
- Port 8986
- User ubuntu
+Host sumi
+ Hostname 192.168.32.24
+ User user
+ LocalForward 3000 127.0.0.1:3000
-Host gb-1
- Hostname 192.168.32.185
- User config
- ProxyJump routy
+Host student-2
+ User root
+ Hostname 127.0.0.1
+ Port 2222
+ ProxyJump tmc
+ DynamicForward 9000
+ LocalForward 9999 10.6.100.201:9999
+ LocalForward 11111 10.6.100.201:11111
+ LocalForward 22222 10.6.100.201:22222
+ LocalForward 9025 10.6.100.201:9025
+ ControlMaster yes
+ ControlPath ~/.ssh/student-2.master
+ ControlPersist yes
+host mythic
+ User localadmin
+ Hostname 10.6.100.201
+ ProxyJump student-2