Last active
July 26, 2025 03:58
-
-
Save orange723/5ae3a0370b8dfbf4498b4cb6e8aaebef to your computer and use it in GitHub Desktop.
Revisions
-
orange723 revised this gist
Jul 26, 2025 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,3 @@ ``` ssh-agent # run -
orange723 revised this gist
Aug 3, 2023 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,9 @@ ssh 自动认证 ``` ssh-agent # run ssh-add key.pem # add private key ssh-add -D # clean private key ``` -
orange723 revised this gist
Aug 3, 2023 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ssh 自动认证 ssh-agent # run -
orange723 revised this gist
Jul 27, 2023 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ ### ssh auto key ssh-agent # run ssh-add key.pem # add private key ssh-add -D # clean private key -
orange723 revised this gist
Jul 27, 2023 . No changes.There are no files selected for viewing
-
orange723 created this gist
Jul 27, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ### ssh auto key ssh-agent // run ssh-add key.pem // add private key ssh-add -D // clean private key