All Projects → jenkinsci → ssh-credentials-plugin

jenkinsci / ssh-credentials-plugin

Licence: MIT license
No description or website provided.

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to ssh-credentials-plugin

Credentials Binding Plugin
Stars: ✭ 39 (+69.57%)
Mutual labels:  credentials, secrets
kubernetes-credentials-plugin
Credential classes to access Kubernetes clusters
Stars: ✭ 15 (-34.78%)
Mutual labels:  credentials, secrets
Aws Secrets Manager Credentials Provider Plugin
AWS Secrets Manager Credentials Provider for Jenkins
Stars: ✭ 45 (+95.65%)
Mutual labels:  credentials, secrets
webextension
Detect secrets in your request/response using secretlint.
Stars: ✭ 40 (+73.91%)
Mutual labels:  credentials, secrets
Passcat
Passwords Recovery Tool
Stars: ✭ 164 (+613.04%)
Mutual labels:  credentials, secrets
Oprah Proxy
Generate credentials for Opera's "browser VPN"
Stars: ✭ 245 (+965.22%)
Mutual labels:  credentials
afp-cli
CLI for the AWS Federation Proxy
Stars: ✭ 13 (-43.48%)
Mutual labels:  credentials
Leakscraper
LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.
Stars: ✭ 227 (+886.96%)
Mutual labels:  credentials
Poshkeepass
PowerShell module for KeePass
Stars: ✭ 177 (+669.57%)
Mutual labels:  credentials
githubsecrets
Manage your GitHub Actions secrets with a simple CLI
Stars: ✭ 41 (+78.26%)
Mutual labels:  secrets
schluessel
Node.js package for storing application credentials (API keys, database passwords, etc.) encrypted in your repository.
Stars: ✭ 27 (+17.39%)
Mutual labels:  credentials
SecureStore
A .NET implementation of the cross-platform SecureStore (symmetrically-encrypted secrets) protocol
Stars: ✭ 62 (+169.57%)
Mutual labels:  secrets
Credsleaker
Credsleaker allows an attacker to craft a highly convincing credentials prompt using Windows Security, validate it against the DC and in turn leak it via an HTTP request.
Stars: ✭ 247 (+973.91%)
Mutual labels:  credentials
docker-credential-magic
A magic shim for Docker credential helpers 🪄
Stars: ✭ 56 (+143.48%)
Mutual labels:  credentials
Chameleon
Customizable honeypots for monitoring network traffic, bots activities and username\password credentials (DNS, HTTP Proxy, HTTP, HTTPS, SSH, POP3, IMAP, STMP, RDP, VNC, SMB, SOCKS5, Redis, TELNET, Postgres and MySQL)
Stars: ✭ 230 (+900%)
Mutual labels:  credentials
QR-secret-sharing
🔒 Create QR codes to secret-share a message. Ideal for cryptocurrency wallet recovery keys and passwords.
Stars: ✭ 94 (+308.7%)
Mutual labels:  secrets
terraform-aws-ssm-parameter-store
Terraform module to populate AWS Systems Manager (SSM) Parameter Store with values from Terraform. Works great with Chamber.
Stars: ✭ 87 (+278.26%)
Mutual labels:  secrets
ggshield
Find and fix 360+ types of hardcoded secrets and 70+ types of infrastructure-as-code misconfigurations.
Stars: ✭ 1,272 (+5430.43%)
Mutual labels:  credentials
secret-sidecar
A Kubernetes init container that retrieves a secret from AWS Secrets Manager
Stars: ✭ 24 (+4.35%)
Mutual labels:  secrets
ESPAsync WiFiManager Lite
Library using AsyncWebServer to configure MultiWiFi/Credentials at runtime for ESP32 (including ESP32-S2 and ESP32-C3) and ESP8266 boards. You can also specify DHCP HostName, static AP and STA IP. Use much less memory compared to full-fledge WiFiManager. Config Portal will be auto-adjusted to match the number of dynamic custom parameters. Option…
Stars: ✭ 48 (+108.7%)
Mutual labels:  credentials

Jenkins SSH Credentials Plugin

Read more: https://plugins.jenkins.io/ssh-credentials

Development

Start the local Jenkins instance:

mvn hpi:run

How to install

Run

mvn clean package

to create the plugin .hpi file.

To install:

  1. copy the resulting ./target/credentials.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards.

  2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the pluing in the installed plugins list.

Plugin releases

mvn release:prepare release:perform -B

License

(The MIT License)

Copyright © 2011-2012, CloudBees, Inc., Stephen Connolly.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].