mirror of https://github.com/harish2704/dotFiles
1 changed files with 5 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
|
||||
|
addSsh(){ |
||||
|
mkdir -p ~/.ssh && read rsa && echo "$rsa" >> ~/.ssh/authorized_keys |
||||
|
} |
||||
|
|
Loading…
Reference in new issue