huashengdun / webssh

:seedling: Web based ssh client
https://webssh.huashengdun.org/
MIT License
4.48k stars 1.26k forks source link

Can i avoid log-in? I don't want to input username password passphrase everytime #373

Open ruxtain opened 9 months ago

ruxtain commented 9 months ago

open it and start coding.

qq1114127270 commented 8 months ago

webssh\webssh\static\js\main.js 867行加上 微信截图_20240117180116

form_container.hide(); waiter.show(); connect({ hostname: '0.0.0.0', // hostname: '192.168.5.122', port: '22', username: 'firefly', password: 'firefly', });