diff options
-rw-r--r-- | .config/gtk-3.0/bookmarks | 1 | ||||
-rw-r--r-- | .ssh/config | 11 |
2 files changed, 7 insertions, 5 deletions
diff --git a/.config/gtk-3.0/bookmarks b/.config/gtk-3.0/bookmarks index c37f178..ba17f04 100644 --- a/.config/gtk-3.0/bookmarks +++ b/.config/gtk-3.0/bookmarks @@ -4,3 +4,4 @@ file:///home/jozan/.wine/drive_c drive_c file:///tmp tmp file:///mnt mnt file:///home/jozan/docs/nextcloud +file:///home/jozan/hdd/zhinu diff --git a/.ssh/config b/.ssh/config index cf2bb4b..73d7cec 100644 --- a/.ssh/config +++ b/.ssh/config @@ -1,17 +1,18 @@ -Host * !mars !mother !blues-pi !helios +Host * !mars !mother !helios User root Host mars User jozan Host mother User jozan -Host blues-pi - User jozan Host helios User joe Host hi-pi User root -Host joe al alcatraz - HostName jozan.org +Host joe + HostName 10.10.10.2 + Port 10022 +Host al alcatraz + HostName 10.20.20.6 Port 10022 Host git HostName gitjoe.xyz |