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