martin wrote:
I would not like to make monospace font default. But it can be optional. Or WinSCP can try to autodetect need to use monospace font somehow.
All sound good to me...
martin wrote:
Any chance of getting a test account on your server?
Unfortunately access to a production server is not possible. Setup on Ubuntu, on a root prompt:
//==========================================================================
wget <invalid hyperlink removed by admin>
cd /opt
tar xfz /tmp/pam_captcha-1.5.tar.gz
apt-get install libpam0g-dev
apt-get install figlet
make
cp pam_captcha.so /lib/security/.
vim /etc/pam.d/sshd
--> add first line
auth requisite pam_captcha.so math dda randomstring
vim /etc/ssh/sshd_config
--> add / unremark
PasswordAuthentication no
ChallengeResponseAuthentication yes
//==========================================================================
If this is not working for you, please let me know and I'll setup a test VM.
Cheers,
Jeroen