github.com/ymattw/tenuki
github.com/ymattw/tenuki
The 0.11 version will have `vim.highlight` module renamed to `vim.hl` with full backwards compatibility until Nvim 1.0.
There is no immediate action needed, but better to keep this in mind.
PR:
- github.com/neovim/neovi...
@bobziroll.bsky.social, an awesome instructor!
youtube.com/watch?v=x4rF...
@bobziroll.bsky.social, an awesome instructor!
youtube.com/watch?v=x4rF...
ssh $host "tar -C / -xzvf - && /bar.sh restart"
and limit the client to the specific command only. The solution is:
1. Configure .ssh/authorized_keys to only allow a script:
command="/foo.sh",restrict ssh-ed25519 AAAAC3...
ssh $host "tar -C / -xzvf - && /bar.sh restart"
and limit the client to the specific command only. The solution is:
1. Configure .ssh/authorized_keys to only allow a script:
command="/foo.sh",restrict ssh-ed25519 AAAAC3...