- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-28-2024 07:38 PM
Unable to read the file via remote access with service account Cortex XSOAR ID: 4893410215349833399 We created a service account with /usr/sbin/nologin in /etc/passwd but was unable to read the file in /home directory. However, we managed to read it upon changing it to /bin/bash in the said file. Kindly advise if we can read/write the file in UNIX server using the service account.
Running a ssh command with 'ls' using the integration https://cortex.marketplace.pan.dev/marketplace/details/RemoteAccess/
06-03-2024 09:18 AM
If I understand correctly, nologin is essentially making the user's account disabled and prevents them from logging in. https://manpages.ubuntu.com/manpages/bionic/man5/nologin.5.html The account you use with this integration would need to be able to ssh in. If you would try to ssh into the user account you created with /usr/sbin/nologin, I would expect you couldn't login.
06-03-2024 06:36 PM
Hi @assubramania, I think this might be an OS permission issue. Not sure we can help with that here. I would circle back with your Linux admin for recommendation on the service account.
06-03-2024 09:18 AM
If I understand correctly, nologin is essentially making the user's account disabled and prevents them from logging in. https://manpages.ubuntu.com/manpages/bionic/man5/nologin.5.html The account you use with this integration would need to be able to ssh in. If you would try to ssh into the user account you created with /usr/sbin/nologin, I would expect you couldn't login.
06-03-2024 06:36 PM
Hi @assubramania, I think this might be an OS permission issue. Not sure we can help with that here. I would circle back with your Linux admin for recommendation on the service account.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!