This website works better with JavaScript
Home
Explore
Help
Sign In
byom
/
deployment
Watch
3
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
35a450ca84
Branches
Tags
main
v0.0.1
deployment
/
scripts
/
bash
/
getSSHKeys
getSSHKeys
97 B
History
Raw
1
2
3
4
5
#!/bin/bash
KEY_NAME="${1:?need a SSHKey name from /me}"
./ovh-bash get "me/sshKey/${KEY_NAME}"