elpy1 / ssh-over-ssm

SSH over AWS SSM. No bastions or public-facing instances. SSH user management through IAM. No requirement to store SSH keys locally or on server.
MIT License
732 stars 65 forks source link

More of a 'cool' We can use zmodem to transfer files through the console #8

Closed munntjlx closed 4 years ago

munntjlx commented 4 years ago

If you configure your terminal to work with zmodem (lrzsz package) you can send files through the ssh terminal w/o having to shell out to sftp whatnot. It makes the shell script completely seamless for light file duty. just do 'rz' file and iterm2 picks up the zmodem request, prompts me for a filename (gui), and VOILA transferrs to the remote session w/o having to exit ssh! Only limitation is <=4gb file size.

elpy1 commented 4 years ago

Very cool. Thanks for the info.