StarCluster icon indicating copy to clipboard operation
StarCluster copied to clipboard

ssh on windows

Open sebastien-bratieres opened this issue 11 years ago • 1 comments

starcluster install under Windows 8, following install guidelines in documentation. the Python ssh emulator seems to produce garbage (or be incorrectly configured). I'm using Windows 8's cmd command window.

C:\starcluster>starcluster sshmaster mycluster StarCluster - (http://web.mit.edu/starcluster) (v. 0.93.3) Software Tools for Academics and Researchers (STAR) Please submit bug reports to [email protected]

Starting Pure-Python SSH shell... Line-buffered terminal emulation. Press F6 or ^Z to send EOF.

eval $(resize) root@master:~# eval $(resize) l7←[r←[999;999H←[6n resize: Time out occurred root@master:~# ls lls No command 'lls' found, but there are 16 similar ones lls: command not found root@master:~# ls ls root@master:~# cd .. cd .. root@master:/# cd /home cd /home root@master:/home# ls ls ←[0m←[01;34msgeadmin←[0m ←[01;34mubuntu←[0m root@master:/home#

sebastien-bratieres avatar May 21 '13 21:05 sebastien-bratieres

A bit late to the party:

I use mingw and just ssh into the master node: % ssh -i /path/to/key [email protected]

RobertAditazz avatar Aug 11 '15 14:08 RobertAditazz