Info
-
Version: 0.15.0
-
Authentication:
-
Key Type:
-
Key Format:
Problem / Steps to reproduce
sake.yaml:
servers:
myserver:
host: server
tasks:
ping:
desc: Pong
cmd: echo "pong"
~/.ssh/config:
Host server
HostName 123.123.123.123
User root
IdentityFile ~/.ssh/ailab_ed25519
Output:
error: open ~/.ssh/ailab_ed25519: no such file or directory
Output:
ronny@123.123.123.123's password:
It picks up my PC name (ronny) instead of the the server username (root).
$ ssh-keygen -t ed25519 -C "ailab-server"
Generating public/private ed25519 key pair.
Enter file in which to save the key (/home/ronny/.ssh/id_ed25519): ailab_ed25519
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Passphrase is empty
Info
Version: 0.15.0
Authentication:
Key Type:
Key Format:
Problem / Steps to reproduce
sake.yaml:~/.ssh/config:Host server HostName 123.123.123.123 User root IdentityFile ~/.ssh/ailab_ed25519Output:
error: open ~/.ssh/ailab_ed25519: no such file or directoryOutput:
It picks up my PC name (ronny) instead of the the server username (root).
Passphrase is empty