jphackworth

Results 1 issues of jphackworth

I wanted to add ssh-keygen to the list of whitelisted commands. ``` Rye::Cmd.add_command :ssh_keygen, "/usr/bin/ssh-keygen" ``` But received the following error: ``` irb(main):004:0> Rye::Cmd.add_command :ssh_keygen, "/usr/bin/ssh-keygen" => # irb(main):005:0> Rye.shell...