conencting SSH Tunnel without save password

[expired user #9529]'s profile image [expired user #9529] posted 8 years ago in General Permalink

Hi,

is it possible to connect via SSH without saving the password?, so to enter it each connection?

Thanks, Grex

[expired user #9529]'s profile image [expired user #9529] posted 8 years ago Permalink

Finally I made an workaround:

connect_to_sql.bat

@start/b cmd /c C:\tools\plink.exe username@host -L 13306:localhost:3306
timeout /T 5 > nul
@start /b cmd /c "C:\Program Files\HeidiSQL\heidisql.exe" -d=MYSESSIONAME

Session Settings for Heidi: Host: 127.0.0.1 Port: 13306 Username: myusername Password: mypassword

Please login to leave a reply, or register at first.