Can I use the 'bolt file upload' mechanism inside a shell script, which is executed on the remote host?
For now I go 2 steps:
1. bolt file upload blabla_id_rsa.pub /home/blabla/
2. bolt command run "cat /home/blabla/blabla_id_rsa.pub >> /home/blabla/.ssh/authorized_keys"