Open cconstab opened 2 years ago
A quick note on why this is not as simple as it might seem..
Dart has no way to check/change file permissions (I know that sounds odd!) but it is true..
The file can be created but there is no way in Dart to fix the permissions to 0600 in Linux/Unix/BSD.
I could cheat and use chmod I guess but that sorta ugly..
Ideas welcome !
Describe the bug If you want to send your public key to the server using -s then it only works if the authorized_keys file is already in place.
To Reproduce Steps to reproduce the behavior:
Expected behavior If the file does not exist then the server should create it
logs
Smartphone (please complete the following information):