mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
ssh config for yodaYoga
This commit is contained in:
parent
eb7c56cb77
commit
4a5434504c
@ -4,3 +4,5 @@
|
|||||||
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
|
[yodaTux.localhost]:22 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII1QKkJg9ekAAxTADCXIvHylrYOc6EdEyKUmKaQhaW3e
|
||||||
# 2023-03 pi3bplus with Arch Linux
|
# 2023-03 pi3bplus with Arch Linux
|
||||||
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
|
fckjpbxxim36c1gb.myfritz.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIhyhbuidl8RIV6pvzXJVJLP2GRK9aCAk/aMSuNts0Bv
|
||||||
|
# 2023-09 yodaYoga with NixOS
|
||||||
|
192.168.178.99 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAsiBDYIJOPZkOA4a2wNyFGyLgKy5ihAVLH63f/+4dZJ
|
||||||
|
@ -24,6 +24,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}";
|
userKnownHostsFile = "~/.ssh/known_hosts ${../assets/ssh/known_hosts}";
|
||||||
matchBlocks = {
|
matchBlocks = {
|
||||||
|
"yodaYoga" = {
|
||||||
|
hostname = "192.168.178.99";
|
||||||
|
user = "yoda";
|
||||||
|
port = 22;
|
||||||
|
compression = false;
|
||||||
|
};
|
||||||
"pi3bplus" = {
|
"pi3bplus" = {
|
||||||
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
hostname = "fckjpbxxim36c1gb.myfritz.net";
|
||||||
user = "yoda";
|
user = "yoda";
|
||||||
|
Loading…
Reference in New Issue
Block a user