diff options
| author | Mitsuo Tokumori <[email protected]> | 2023-03-10 00:25:45 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2023-03-10 00:25:45 -0500 |
| commit | 214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07 (patch) | |
| tree | 847311611c164b9bc080b03949064cc6c5f0954f /ssh/config | |
| parent | a3b47dc2df40e38e87dcdacf3509db1f9c470b8b (diff) | |
| download | dotfiles-214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07.tar.gz dotfiles-214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07.tar.bz2 dotfiles-214e1fcccdcb9baf3d0b79de8cba95fe3ca7fe07.zip | |
Change default editor to nvim. Add mpv,ssh config
Diffstat (limited to 'ssh/config')
| -rw-r--r-- | ssh/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ssh/config b/ssh/config new file mode 100644 index 0000000..7979b64 --- /dev/null +++ b/ssh/config @@ -0,0 +1,9 @@ +# global options +#User admin + +# host-specific options +Host example.com + Hostname 123.123.123.123 + #Port 22 + User pocoyo + #IdentityFile ~/path/to/key |
