You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SSH-key file is hardcoded as ppss-key.dsa : scp -q -o GlobalKnownHostsFile=./known_hosts -i ppss-key.dsa $NODE_STATUS_FILE $USER@$SSH_SERVER:$PPSS_HOME_DIR/$PPSS_NODE_STATUS/
The key should instead be provided using the $SSH_KEY variable : scp -q -o GlobalKnownHostsFile=./known_hosts $SSH_KEY $NODE_STATUS_FILE $USER@$SSH_SERVER:$PPSS_HOME_DIR/$PPSS_NODE_STATUS/
The text was updated successfully, but these errors were encountered:
In the upload_status method in ppss file :
The SSH-key file is hardcoded as ppss-key.dsa :
scp -q -o GlobalKnownHostsFile=./known_hosts -i ppss-key.dsa $NODE_STATUS_FILE $USER@$SSH_SERVER:$PPSS_HOME_DIR/$PPSS_NODE_STATUS/
The key should instead be provided using the $SSH_KEY variable :
scp -q -o GlobalKnownHostsFile=./known_hosts $SSH_KEY $NODE_STATUS_FILE $USER@$SSH_SERVER:$PPSS_HOME_DIR/$PPSS_NODE_STATUS/
The text was updated successfully, but these errors were encountered: