diff options
Diffstat (limited to 'dotfiles/system/.ssh')
| -rw-r--r-- | dotfiles/system/.ssh/config | 8 | ||||
| -rw-r--r-- | dotfiles/system/.ssh/decrypt_ssh | 1 | ||||
| -rw-r--r-- | dotfiles/system/.ssh/set_perms | 7 | ||||
| -rw-r--r-- | dotfiles/system/.ssh/ssh.tar.gz.gpg | bin | 543 -> 0 bytes |
4 files changed, 0 insertions, 16 deletions
diff --git a/dotfiles/system/.ssh/config b/dotfiles/system/.ssh/config deleted file mode 100644 index 6f97ab5..0000000 --- a/dotfiles/system/.ssh/config +++ /dev/null @@ -1,8 +0,0 @@ -ControlMaster auto -ControlPath ~/.ssh/%r@%h:%p -IdentityFile ~/.ssh/id_ed25519 -ServerAliveCountMax=30 -ServerAliveInterval=5 - -Host cjennings.net - LogLevel ERROR diff --git a/dotfiles/system/.ssh/decrypt_ssh b/dotfiles/system/.ssh/decrypt_ssh deleted file mode 100644 index 8d1f3e3..0000000 --- a/dotfiles/system/.ssh/decrypt_ssh +++ /dev/null @@ -1 +0,0 @@ -gpg --decrypt ssh.tar.gz.gpg | tar -zxf - diff --git a/dotfiles/system/.ssh/set_perms b/dotfiles/system/.ssh/set_perms deleted file mode 100644 index 9927ebd..0000000 --- a/dotfiles/system/.ssh/set_perms +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -# sets permissions for ssh folders and files - -cd "$HOME" -chmod 700 "$HOME"/.ssh -chmod 600 "$HOME"/.ssh/* -chmod 644 -f "$HOME"/.ssh/*.pub "$HOME"/.ssh/authorized_keys "$HOME"/.ssh/known_hosts "$HOME"/.ssh/config diff --git a/dotfiles/system/.ssh/ssh.tar.gz.gpg b/dotfiles/system/.ssh/ssh.tar.gz.gpg Binary files differdeleted file mode 100644 index 6f5a864..0000000 --- a/dotfiles/system/.ssh/ssh.tar.gz.gpg +++ /dev/null |
