From a7bb70aebb33f69174231e6baed507254054bd34 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 6 Jun 2020 09:28:31 +0900 Subject: [PATCH] fixed lint error --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index af5a78e..cb5f6a8 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,9 @@ Useful for SCP, SFTP, and `rsync` over SSH in deployment script. Add your SSH key to your product secrets by clicking `Settings` - `Secrets` - `Add a new secret` beforehand. -**NOTE:** OPENSSH format (key begins with `-----BEGIN OPENSSH PRIVATE KEY-----`) may not work due to OpenSSH version on VM. Please use PEM format (begins with `-----BEGIN RSA PRIVATE KEY-----`) instead. In order to convert your key inline to PEM format simply use `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa`. +**NOTE:** OPENSSH format (key begins with `-----BEGIN OPENSSH PRIVATE KEY-----`) may not work due to OpenSSH version on VM. +Please use PEM format (begins with `-----BEGIN RSA PRIVATE KEY-----`) instead. +In order to convert your key inline to PEM format simply use `ssh-keygen -p -m PEM -f ~/.ssh/id_rsa`. ```yaml runs-on: ubuntu-latest