Assess workaround options for sshpiper banning user
From the sshpiper debug session last week, we noticed that sshpiper will retry till it gets banned if:
- user's account is expired
- user uses key based authentication
Potential options:
- use
ForceCommand exit
insshd_config
- don't expire user's account
We need to:
- understand what else does the expired account provides.
Related issue:
Edited by Bo-Chun Chen