RokkuCode

Results 14 comments of RokkuCode

The library does not handle bogus cfg format. So if you do this: ``` key1/test1 = value1 key2_test2 = value2, with comma key3,test3 = value3 ``` it returns that: ```...

alternatively: use the key directly with the ssh command: ``` ssh -i ~/.ssh/id_ [email protected] whoami ``` in my opinion using passwords with ssh should removed and key only auth should...

vscode tries to source the zshrc, but you shoul have a look at vscode.process in developer tools, to verify that the PATH var is correctly loaded. if not then there...

Having a built in "rm" command that has "-rf" by default is for me a violation of principle of last suprise. default rm does not work like this. why should...