Skip to content

Tag: ssh

EC2 ssh broken pipe terminates running process

I’am using a EC2 instance to run a large job that I estimate to take approx 24 hours to complete. I get the same issue described here ssh broken pipe ec2 I followed the suggestion/solutions in the above post and in my ssh session shell I launched my python program by the following command: Once I did th…

How to access the Raspberry Pi Zero though SSH

I’m trying to remotely access my Raspberry Pi Zero using SSH. The raspberry’s OS is Raspbian Jessy Lite (so no desktop enviornment, only the command line). I connected the raspberry to the Internet using an Android phone with USB-tethering (the raspberry pi zero doesn’t have an ethernet port…

Bash ssh for loop – env variable issue

When using a bash for loop and ssh’ing to multiple machines the hostname variable is not updated to be the name of the machine I’ve ssh’d into. What am I missing here? “A”, “B”, “C” are replaced with names of actual machines and the speech marks removed in…