summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-01-27 11:33:45 +0200
committerLars Wirzenius <liw@liw.fi>2023-01-27 11:33:45 +0200
commit171c4fcdba87f6853bf5bf537c2a5e4890cb500e (patch)
tree6b21d99c4ec1a038055de625ecca6a960ae85d8c /bashrc
parent488b24a3b34be2dabf826bdb06fadcd29415bf80 (diff)
downloadliw-dot-files-171c4fcdba87f6853bf5bf537c2a5e4890cb500e.tar.gz
bashrc: set env var for sshi key type
Sponsored-by: author
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 5d253f8..4d5c428 100644
--- a/bashrc
+++ b/bashrc
@@ -173,6 +173,7 @@ export ANSIBLE_STDOUT_CALLBACK=yaml
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"
if [ -e "$HOME/tmp/cargo" ]; then
export CARGO_TARGET_DIR="$HOME/tmp/cargo"