Add public ssh keys ...
... to allow other people to give me access to their systems
This commit is contained in:
parent
33d5bd7890
commit
19f2786398
2 changed files with 11 additions and 0 deletions
|
|
@ -97,6 +97,12 @@ _git config --local status.showUntrackedFiles no
|
||||||
_git remote set-url origin "$DOTFILES_SSH"
|
_git remote set-url origin "$DOTFILES_SSH"
|
||||||
|
|
||||||
|
|
||||||
|
if [ -f "$HOME/.ssh/authorized_keys" ]; then
|
||||||
|
chmod 700 "$HOME/.ssh"
|
||||||
|
chmod 600 "$HOME/.ssh/authorized_keys"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
if command -v batcat >/dev/null 2>&1 && ! command -v bat >/dev/null 2>&1; then
|
if command -v batcat >/dev/null 2>&1 && ! command -v bat >/dev/null 2>&1; then
|
||||||
mkdir -p "$XDG_BIN_HOME"
|
mkdir -p "$XDG_BIN_HOME"
|
||||||
ln -sf "$(command -v batcat)" "$XDG_BIN_HOME/bat"
|
ln -sf "$(command -v batcat)" "$XDG_BIN_HOME/bat"
|
||||||
|
|
|
||||||
5
.ssh/authorized_keys
Normal file
5
.ssh/authorized_keys
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOhhfx063dGoaE62cbdyGL3kp1AIovWFojQGNdqUpxr8 alexander@webartifex.de (laplace)
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMRDaWrT2hH7BOV4Zv1ctVGqwfeqkssnHklRXBmng6Wr alexander@webartifex.de (lazarus)
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN0GVKtgpgzpdf7E6e2vCytDSa2zPSgZ+8fAKCOotugH alexander@webartifex.de (peter)
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDq2JDk3pX79p7ampZhVQxIZg4qaUBkTPIQSbK0XeKoc alexander@webartifex.de (wilddog)
|
||||||
|
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGGNCrFt/gUbBHVqhthBuRmdDH6yS30+GGcCnARSzg+q alexander@webartifex.de (wolfram)
|
||||||
Loading…
Reference in a new issue