use relative path
This commit is contained in:
parent
98f4d6d162
commit
fe652c74a9
1 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ let
|
|||
sshBlock = hostname: {
|
||||
hostname = hostname;
|
||||
user = "osbm";
|
||||
identityFile = "/home/osbm/.ssh/id_ed25519";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
extraOptions = {
|
||||
# [ERROR] - (starship::print): Under a 'dumb' terminal (TERM=dumb).
|
||||
"RemoteCommand" = "fish";
|
||||
|
|
@ -17,7 +17,7 @@ let
|
|||
sshBlockAtreus = hostname: {
|
||||
hostname = hostname;
|
||||
user = "osbm";
|
||||
identityFile = "/home/osbm/.ssh/id_ed25519";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 8022;
|
||||
hashKnownHosts = true;
|
||||
compression = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue