add ssh pub key

This commit is contained in:
Laurent Le Houerou 2021-09-02 12:48:23 +04:00
parent b6a1e38dba
commit 60ea35f486
3 changed files with 4 additions and 0 deletions

View File

@ -20,5 +20,6 @@ sudo chmod +x /usr/local/bin/oh-my-posh
pwsh -c ./shell/setup.ps1
pwsh -c ./git/setup.ps1
pwsh -c ./ssh/setup.ps1
pwsh

1
ssh/key.pub Normal file
View File

@ -0,0 +1 @@
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDB9m6C9Jwov6HssZRIJhwgKFhFkYui1At9ew/jKcvJ3UsXbZCzbkXqT5Fn/ngHMPGGzy1iwCfMODPsiGD1LE8ZMT3N/Pbej79oB5QEfHrVQCSMUpcLPIZiN+4DUkwGGe+sJfz3qv70n+2hb5NILW8R1B/xu1pOCj7fYgtIwyJjtb+4wKxqmT9RL/3TXRSvWyTD9W2/kqFpwE0L5Zz4/oee8Yz+tWY4RLt6+Km2SfTYqk384jYsU8OzX8wptXjJak4pkhuU+wa7I3zSjoIhVuxxTMyzyPoRPPae4EWIMXwTvVIYi5ITOGeYwTACRQCflYdoIw+OP2Wz8NMY7C2wvAp1 laurent@PC_LLH

2
ssh/setup.ps1 Normal file
View File

@ -0,0 +1,2 @@
mkdir -p ~/.ssh
cat ./ssh/key.pub >> ~/.ssh/authorized_keys