Update ssh config
This commit is contained in:
parent
f6a41038ed
commit
06302c9d23
2 changed files with 12 additions and 1 deletions
|
@ -51,8 +51,14 @@
|
|||
compression = true;
|
||||
};
|
||||
|
||||
"router" = {
|
||||
hostname = "10.0.0.1";
|
||||
port = 22;
|
||||
user = "root";
|
||||
};
|
||||
|
||||
"nas" = {
|
||||
host = "10.0.0.100";
|
||||
hostname = "10.0.0.100";
|
||||
port = 22;
|
||||
user = "daniel";
|
||||
identitiesOnly = true;
|
||||
|
@ -60,5 +66,9 @@
|
|||
compression = true;
|
||||
};
|
||||
};
|
||||
|
||||
includes = [
|
||||
"~/.ssh/config_work"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -64,6 +64,7 @@
|
|||
lg = "exa --long --all --group --header --git";
|
||||
lt = "exa --long --all --group --header --tree --level ";
|
||||
docker = "podman";
|
||||
sshfb = "env TERM=xterm-256color /usr/bin/ssh";
|
||||
ytdl = "ytdl_with_options";
|
||||
ytdl_mp4 = "ytdl_with_options -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]'";
|
||||
yti = "ytdl_with_options -F";
|
||||
|
|
Loading…
Reference in a new issue