Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
81fe1fc5
Commit
81fe1fc5
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Get the SSH private keys from Keepass.
parent
0c63e98a
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1414
passed
4 years ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+29
-1
29 additions, 1 deletion
Makefile
with
29 additions
and
1 deletion
Makefile
+
29
−
1
View file @
81fe1fc5
...
@@ -12,7 +12,7 @@ ansible-local = ansible localhost -c local -i localhost, -e "ansible_python_inte
...
@@ -12,7 +12,7 @@ ansible-local = ansible localhost -c local -i localhost, -e "ansible_python_inte
all
:
binaries vendored generated
all
:
binaries vendored generated
vendored
:
.config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .bash_completion.d/molecule Documents/bin/rabbitmqadmin
vendored
:
.config/pythonrc.py .bash_completion.d/aws .bash_completion.d/docker-compose .bash_completion.d/docker-machine.bash .bash_completion.d/docker-machine.bash .bash_completion.d/molecule Documents/bin/rabbitmqadmin
generated
:
.ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc .bash_completion.d/poetry .bashrc.private
generated
:
.ssh/config .bash_completion.d/helm .bash_completion.d/kops .bash_completion.d/kubectl .bash_completion.d/kompose .bash_completion.d/minikube .bash_completion.d/pipenv .bash_completion.d/pandoc .bash_completion.d/skaffold .bash_completion.d/rabbitmqadmin .ssh/localhost .ssh/localhost.pub .ssh/authorized_keys .bash_completion.d/minishift .bash_completion.d/oc .bash_completion.d/poetry .bashrc.private
Documents/github_ed25519 Documents/gitlab_fdo Documents/TopTal/gitlab_toptal Documents/Shore/shore_rsa Documents/Shore/gitlab_ed25519 Documents/Shore/shore_ecdsa Documents/Shore/shore_ed25519
binaries
:
$(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm $(DESTDIR)/bin/gomplate $(DESTDIR)/bin/envconsul $(DESTDIR)/bin/helm $(DESTDIR)/bin/hugo
binaries
:
$(DESTDIR)/share/bfg/bfg.jar $(DESTDIR)/bin/rke $(DESTDIR)/bin/docker-machine $(DESTDIR)/bin/packer $(DESTDIR)/bin/terraform $(DESTDIR)/bin/vault $(DESTDIR)/bin/kubectl $(DESTDIR)/bin/kops $(DESTDIR)/bin/kompose $(DESTDIR)/bin/minikube $(DESTDIR)/bin/docker-machine-driver-kvm2 $(DESTDIR)/bin/kustomize $(DESTDIR)/bin/pack $(DESTDIR)/bin/skaffold $(DESTDIR)/bin/minishift $(DESTDIR)/bin/oc $(DESTDIR)/bin/docker-machine-driver-kvm $(DESTDIR)/bin/gomplate $(DESTDIR)/bin/envconsul $(DESTDIR)/bin/helm $(DESTDIR)/bin/hugo
...
@@ -222,3 +222,31 @@ Documents/bin/rabbitmqadmin:
...
@@ -222,3 +222,31 @@ Documents/bin/rabbitmqadmin:
.bashrc.private
:
Documents/Database.kdbx
.bashrc.private
:
Documents/Database.kdbx
echo
"export GITLAB_TOKEN='
$$(
ph show --field Password 'shore.co.il/GitLab token'
)
'"
>
'$@'
echo
"export GITLAB_TOKEN='
$$(
ph show --field Password 'shore.co.il/GitLab token'
)
'"
>
'$@'
Documents/github_ed25519
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/gitlab_fdo
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/TopTal/gitlab_toptal
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/Shore/shore_rsa
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/Shore/gitlab_ed25519
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/Shore/shore_ecdsa
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
Documents/Shore/shore_ed25519
:
Documents/Database.kdbx
ph show
--field
Notes
"SSH/
$$(
basename "
$@
"
)
"
>
'$@'
chmod
600
'$@'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment