diff options
author | Simon Rettberg | 2023-06-15 12:26:12 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-06-15 12:26:12 +0200 |
commit | 3db26648ab2387c853b27f8f42ee0e3a0d927cb5 (patch) | |
tree | 1fb893854e4fcb8b63122ba6dbb83ce2422fce33 /satellit_installer | |
parent | [SSUS] Use cmp instead of diff (diff) | |
download | setup-scripts-3db26648ab2387c853b27f8f42ee0e3a0d927cb5.tar.gz setup-scripts-3db26648ab2387c853b27f8f42ee0e3a0d927cb5.tar.xz setup-scripts-3db26648ab2387c853b27f8f42ee0e3a0d927cb5.zip |
[SS*S] tmate now requires SHA256 fingerprints in its config file
Diffstat (limited to 'satellit_installer')
-rw-r--r-- | satellit_installer/static_files/system/root/.tmate.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/satellit_installer/static_files/system/root/.tmate.conf b/satellit_installer/static_files/system/root/.tmate.conf index 6059b8d..537f52c 100644 --- a/satellit_installer/static_files/system/root/.tmate.conf +++ b/satellit_installer/static_files/system/root/.tmate.conf @@ -1,5 +1,5 @@ set -g tmate-server-host "tmate.ruf.uni-freiburg.de" set -g tmate-server-port 2222 -set -g tmate-server-rsa-fingerprint "d7:d7:06:d0:b6:0d:75:a1:ad:ec:69:18:b3:a3:c0:4a" -set -g tmate-server-ecdsa-fingerprint "4f:c9:81:f1:1a:20:7d:6f:97:12:f2:a9:0f:f4:c5:6c" +set -g tmate-server-rsa-fingerprint SHA256:pyT0YTJ+2c6AHD4QtUC1GEA9SFFYba74x2T1VZJ6zpc +set -g tmate-server-ed25519-fingerprint SHA256:ZuTqO8YZrdgzjskHhfNd65es4HEx5rKBRZj/e/iBLrg set -g tmate-identity "" |