Update SSH configuration to use XDG directories
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
5769f2f8e3
commit
5d2adad235
4 changed files with 19 additions and 0 deletions
14
system/.local/bin/ssh
Executable file
14
system/.local/bin/ssh
Executable file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
#
|
||||
# SCRIPT NAME:
|
||||
# ssh
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
#
|
||||
# DESCRIPTION:
|
||||
# Wrapper script for ssh to use XDG directories
|
||||
#
|
||||
# USAGE:
|
||||
# ./svn
|
||||
"/usr/bin/ssh" -F "${XDG_CONFIG_HOME}/ssh/config" "${@}"
|
Loading…
Add table
Add a link
Reference in a new issue