Compare commits
2 commits
a391e26027
...
9bc4b5c8a8
Author | SHA1 | Date | |
---|---|---|---|
9bc4b5c8a8 | |||
0806995312 |
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ function initConfig -V dir -d "Fetches the configuration by prompting the user t
|
|||
|
||||
if [ -z "$$keyVar" ]
|
||||
set -gx "$keyVar" "$keyPath"
|
||||
ssh-keygen -f "$keyPath" -N ""
|
||||
sudo mkdir -p (dirname "$keyPath")
|
||||
sudo ssh-keygen -f "$$keyVar" -N ""
|
||||
end
|
||||
|
||||
if fish $confirm $ssh[$index] n
|
||||
|
|
Loading…
Reference in a new issue