/usr/bin/pconsole-ssh is in pconsole 1.0-12.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | #!/bin/sh
P_CONNECT_CMD=/usr/share/pconsole/ssh.sh
P_TERM_OPTIONS="-geometry 80x5"
P_CONSOLE_OPTIONS="-geometry 80x9-0-0"
export P_CONNECT_CMD P_TERM_OPTIONS P_CONSOLE_OPTIONS
exec /usr/share/pconsole/pconsole.sh "$@"
|