Skip to content

Commit

Permalink
Add citadel, ddd update
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxattax97 committed Sep 5, 2024
1 parent cd9efc0 commit f307b2a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -1603,8 +1603,7 @@ zshrc_set_aliases() {
alias network-relocate='rsync -azP --delete --info=progress2'
# Add progress indicator because I always forget.
alias ddd='dd iflag=nocache oflag=nocache bs=64K status=progress'
alias sudo ddd='sudo dd iflag=nocache oflag=nocache bs=64K status=progress'
alias ddd='sudo dd iflag=nocache oflag=nocache,sync bs=16M status=progress'
if type gpg2 > /dev/null 2>&1; then
alias gpg='gpg2 --with-subkey-fingerprints'
Expand Down
8 changes: 8 additions & 0 deletions config/ssh/config
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Host leviathan
ForwardX11 yes
ForwardX11Trusted yes

Host citadel
HostName 192.168.1.13
#ProxyJump maxocull.com
User citadel
IdentityFile ~/.ssh/id_rsa
ForwardX11 yes
ForwardX11Trusted yes

Host rb3011
HostName 192.168.1.1
User max
Expand Down

0 comments on commit f307b2a

Please sign in to comment.