This commit is contained in:
parent
c42b59e4f0
commit
cc4dae9b79
1 changed files with 2 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ jobs:
|
|||
mkdir -p ~/.ssh
|
||||
chmod 700 ~/.ssh
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" >~/.ssh/id_ed25519
|
||||
chmod 600 ~/.ssh/id_ed25519
|
||||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >~/.ssh/known_hosts
|
||||
chmod 644 ~/.ssh/known_hosts
|
||||
- run: "ssh -vvv web@vimes.krutisch.de ls"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue