Skip to content

Commit d076f26

Browse files
modify content
1 parent 0e881b9 commit d076f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

set_ssh_key.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Get-Service ssh-agent
22
Start-Service ssh-agent
3-
ssh-add "C:\Users\ysken\.ssh\id_rsa_github"
3+
ssh-add "$env:USERPROFILE\.ssh\id_ed25519"
4+
ssh-add -l

0 commit comments

Comments
 (0)