diff --git a/.zshrc b/.zshrc index bb18ae4..20b0d39 100644 --- a/.zshrc +++ b/.zshrc @@ -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' diff --git a/config/ssh/config b/config/ssh/config index 33eac15..11d817e 100644 --- a/config/ssh/config +++ b/config/ssh/config @@ -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