summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-06-09 11:50:01 +0300
committerLars Wirzenius <liw@liw.fi>2023-06-09 11:51:28 +0300
commit1df5754a2d7bfb19a9e8ea5b290c93833810c7f7 (patch)
tree15a0255eedfd8d44e78c8c9c505d89f5d884a844 /bashrc
parentfcf2fdb9a1038a698b3c8ab0f05eda2b6bb3856a (diff)
downloadliw-dot-files-1df5754a2d7bfb19a9e8ea5b290c93833810c7f7.tar.gz
fix(bashrc): set env var for sshi
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 4d5c428..b73a034 100644
--- a/bashrc
+++ b/bashrc
@@ -174,6 +174,7 @@ export PYTHONDONTWRITEBYTECODE=1
export STARSHIP_CONFIG=~/.config/starship/config.toml
export SSH_INSCRIBE_URL="https://sshi.services.upcloud.com"
export SSH_INSCRIBE_GENKEY_TYPE="ed25519"
+export SSH_INSCRIBE_SIGNING_OPTION=rsa-sha2-512
if [ -e "$HOME/tmp/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/tmp/cargo"