Bitcoin Forum

Bitcoin => Hardware => Topic started by: ldrapeau on November 21, 2015, 06:45:50 PM



Title: Unable to ssh into S7 batch 4
Post by: ldrapeau on November 21, 2015, 06:45:50 PM
Hi,

I want to pull some stats from the S7 miner, I can do it manually with http://10.1.1.222 and supplying root/root and that works fine, but for something automated, I would prefer to ssh into the box.  Seems it does not allow ssh with root.   Any thoughts?   Thanks, Louis


Title: Re: Unable to ssh into S7 batch 4
Post by: Nameless Coin on November 21, 2015, 06:59:25 PM
Hi,

I want to pull some stats from the S7 miner, I can do it manually with http://10.1.1.222 and supplying root/root and that works fine, but for something automated, I would prefer to ssh into the box.  Seems it does not allow ssh with root.   Any thoughts?   Thanks, Louis


Please check this thread:
https://bitcointalk.org/index.php?topic=629997.0

You should be able to use putty and SSH into your miner?

Please note you can really mess up your software if you are inexperienced with SSH. So be carefull mate.



Title: Re: Unable to ssh into S7 batch 4
Post by: ldrapeau on November 21, 2015, 07:06:15 PM
ok! Many thanks, I thought it was the same password as the web login, worked rite away.   Also I found this way to get the stats from any linux system

curl --silent --anyauth --user root:root 10.1.1.222/cgi-bin/minerStatus.cgi

It comes out in html but that can be easily translated to what ever you need.