diff --git a/fix_sshkeys.bat b/fix_sshkeys.bat index 1f0cfcc..5761b27 100644 --- a/fix_sshkeys.bat +++ b/fix_sshkeys.bat @@ -17,4 +17,5 @@ set MYHOST=%COMPUTERNAME% @REM echo "myID is %MYID%" mkdir C:\Users\%USERNAME%\.ssh -ssh-keygen -o -a 100 -t ed25519 -f C:\Users\%USERNAME%\.ssh\giteadeploy -N "" -C giteadeploy@%MYHOST% \ No newline at end of file +ssh-keygen -o -a 100 -t ed25519 -f C:\Users\%USERNAME%\.ssh\giteadeploy -N "" -C giteadeploy@%MYHOST% +copy C:\Users\%USERNAME%\.ssh\giteadeploy.pub C:\Users\%USERNAME%\.ssh\_1gtdeploy%MYHOST%.pub \ No newline at end of file