Difference between revisions of "WRF-SFIRE and WRFx on Alderaan"
Jump to navigation
Jump to search
(Setting up ssh) |
|||
Line 3: | Line 3: | ||
==Initial setup== | ==Initial setup== | ||
− | There was no .ssh directory in my account. | + | 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” | fornodes -s “ps aux | grep user” | ||
also do not work. | also do not work. | ||
+ | |||
+ | Setting up ssh | ||
+ | <pre> | ||
+ | ssh-keygen | ||
+ | cat id_rsa.pub >> authorized_keys | ||
+ | </pre> | ||
+ | but still no luck. |
Revision as of 18:26, 2 August 2021
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.