vaniacer/sshto

Failed run permission problem ?

Closed this issue · 1 comments

awk: cmd. line:14: fatal: cannot open file '/home/username/.ssh/config*[!~]' for reading: no such file of directory

Permission on config

stat -c "%a %n" /home/username/.ssh/config
644 /home/username/.ssh/config

username@debian:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye

Fixed by 16d203e
Thanks!