Giter Site home page Giter Site logo

Comments (3)

kevinreddot avatar kevinreddot commented on July 28, 2024 1

The approach might be to detect if SSH_CONNECTION environment variable is set and parent process of forsh is sshd.

For FreeBSD, seems I need to use kvm_getargv90 to find the process name after the getppid(): https://www.freebsd.org/cgi/man.cgi?query=kvm_getprocs&sektion=3&n=1

For Linux, apparently, the only way is to read /proc directly.

from forsh.

kevinreddot avatar kevinreddot commented on July 28, 2024

Example of process tree of a program when run via ForceCommand:

13437 - /usr/local/bin/get_ppid_and_name
 13436 - sshd: sss@pts/5
 13423 - sshd: sss [priv]
   842 - /usr/sbin/sshd
     1 - /sbin/init

from forsh.

kevinreddot avatar kevinreddot commented on July 28, 2024

Wonder, how to do it in a cross-platform way. Also, if run in chroot, /proc might not be available.

from forsh.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.