mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 06:26:16 +00:00
use blade as conmmands template (#444)
* use blade as conmmands template * fix lint * fix ssl
This commit is contained in:
1
resources/views/ssh/os/delete-ssh-key.blade.php
Normal file
1
resources/views/ssh/os/delete-ssh-key.blade.php
Normal file
@ -0,0 +1 @@
|
||||
bash -c 'ssh_key_to_delete="$1"; sed -i "\#${ssh_key_to_delete//\//\\/}#d" /home/vito/.ssh/authorized_keys' bash '{{ $key }}'
|
Reference in New Issue
Block a user