Update Connect on a running job's node authored by Alain O' Miniussi's avatar Alain O' Miniussi
......@@ -5,6 +5,7 @@ A user is not usually allowed to connect to an arbitrary compute node through an
```
#[ctchiling@pollux running]# squeue -u ctchiling
JOBID PARTITION NAME USER ST TIME NODES NODELIST(REASON)
33698363 seq waste ctchiling R 0:05 1 p032
#[ctchiling@pollux running]# ssh p040
Access denied: user ctchiling (uid=34213) has no active jobs on this node.
Authentication failed.
......
......