Feature Request / Is it possible RunpodCTL
Just sharing a wish / pending thought as a backlog wish ~
Is it possible to add a CLI command to runpodctl, where it generates SSH keys / stuff, and I can send "the public key" to another pod and stuff, and it automatically adds it to the authorized public keys etc.
And then it does a connection and a direct SCP file transfer?
Just in my head that would be an amazing tool to have.
I'd imagine something like:
Pod 1:
runpodctl setup networking send ...
Pod 2:
runpodctl receive networking ...
---
Pod1:
runpodctl send file PodID2
Is it possible to add a CLI command to runpodctl, where it generates SSH keys / stuff, and I can send "the public key" to another pod and stuff, and it automatically adds it to the authorized public keys etc.
And then it does a connection and a direct SCP file transfer?
Just in my head that would be an amazing tool to have.
I'd imagine something like:
Pod 1:
runpodctl setup networking send ...
Pod 2:
runpodctl receive networking ...
---
Pod1:
runpodctl send file PodID2