Pinned Loading
-
cloudformation-manager
cloudformation-manager PublicDeploying CloudFormation stacks through an easy way
Python
-
Git Hook to check the .gitlab-ci.yml...
Git Hook to check the .gitlab-ci.yml file before creating a commit (pre-commit). It sends the file to gitlab ci lint to check it 1#!/bin/bash23###########################4# Validate .gitlab-ci.yml #5# by Peter Weinert # -
SSH configuration, key creation and ...
SSH configuration, key creation and key fingerprint check 1### Generating a key pair with ssh-genkey21. Generate the key with `$ ssh-keygen -t rsa -b 4096 -v` and when asked to enter file in which to save the key, type `my-certificate` and when asked to enter passphrase, press Enter (empty passphrase) and confirm by Enter.
32. You will get two files generated, one will be my-certificate and one will be my-certificate.pub, make `my-certificate` on your computer read-only `sudo chmod 400 my-certificate`
43. Upload the public certificate to to server: `ssh-copy-id -i my-certificate.pub user@hostname`
5- By default appends user key in ~/.ssh/authorized_keys of the remote machine
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

