Change Terminal Emulation to vt102 from Database
How to change terminal emulation to vt102 from the database.
1. To change terminal emulation to vt102 for all users, run the below command.
[email protected] ~]# php /usr/local/ezlogin/ez_queryrunner.php "replace into prefix_preferences (user_id, name, value) select id as user_id, 'terminal_emulation' as name,'vt102' as value from prefix_users"
2. After executing the above command Ezeelogin GUI for all users will look like below example.
To resolve function key not working in Putty. Refer this article.