Hi,
I have automated script to transfer certains files to a remote server through sftp. It is authenticated and successfully transferring the file every 5 minutes. But the ssh session still remaining open. Please find the ps listing below:
8 S billtest 11739 1 0 46 22 ? 361 ? 21:31:03 ? 0:00 ssh -oProtocol = 2 -s -oForwardAgen
8 S billtest 11458 1 0 46 22 ? 361 ? 21:26:01 ? 0:00 ssh -oProtocol = 2 -s -oForwardAgen
Could you please tell me why the session is not closed after transferrign the file?, my script is find out the specified process and killing it..but no affect on ssh session.
Thanks
Naz
I have automated script to transfer certains files to a remote server through sftp. It is authenticated and successfully transferring the file every 5 minutes. But the ssh session still remaining open. Please find the ps listing below:
8 S billtest 11739 1 0 46 22 ? 361 ? 21:31:03 ? 0:00 ssh -oProtocol = 2 -s -oForwardAgen
8 S billtest 11458 1 0 46 22 ? 361 ? 21:26:01 ? 0:00 ssh -oProtocol = 2 -s -oForwardAgen
Could you please tell me why the session is not closed after transferrign the file?, my script is find out the specified process and killing it..but no affect on ssh session.
Thanks
Naz