I'm connecting to some hosts that have interactive steps before reaching to shell. See example below
- Would be nice to configure some autoreply during startup? Or some keystroke to be sent while logging in? In my case I have to input 'N' and (or just ) to continue. Now I'm getting timeout while starting the persistent session with ssh_session_start.
- Would be nice to configure the shell prompt instead of classic one (ex. -->)
Last unsuccessful login: Fri Mar 20 14:09:50 EST 2026 on ssh from 10.124.39.117
Last login: Tue Mar 31 18:42:15 EST 2026 on ssh from 10.122.2.125
*******************************************************************************
* *
* *
* Welcome to AIX Version 7.2! *
* *
* *
* Please see the README file in /usr/lpp/bos for information pertinent to *
* this release of the AIX Operating System. *
* *
* *
*******************************************************************************
START GLOBUS Y/N
%N
jsh orcdev1 ~ -->
I'm connecting to some hosts that have interactive steps before reaching to shell. See example below