WRF-SFIRE and WRFx on Alderaan

From openwfm
Revision as of 18:26, 2 August 2021 by Jmandel (talk | contribs) (Setting up ssh)
Jump to navigation Jump to search

Following Running WRF-SFIRE with real data in the WRFx system and Atipa User Guide Phoenix

Initial setup

There was no .ssh directory in my account. Then passwordless ssh to compute nodes does not work contrary to the guide page 8. Of course commands over compute nodes such as fornodes -s “ps aux | grep user” also do not work.

Setting up ssh

ssh-keygen
cat id_rsa.pub >> authorized_keys

but still no luck.