Forum Moderators: phranque

Message Too Old, No Replies

TeraTerm SSH

         

Brett_Tabke

4:47 pm on Jun 11, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



How would one create an autologin script with TeraTerm SSH?

The standard TeraTerm can use macro files, but how can you do the same with the SSH modification?

twisty

5:02 pm on Jun 11, 2002 (gmt 0)

10+ Year Member



Not sure if this helps but i've got this in a shortcut in my startup items...

"C:\Program Files\ssh\Ttermpro\ttssh.exe" server.com:22 /ssh /ssh-autologin

...and (something like) this in teraterm.ini

[TTSSH]
Enabled=1
Compression=5
DefaultUserName=myusername
CipherOrder=3602
KnownHostsFiles=ssh_known_hosts
DefaultRhostsLocalUserName=
DefaultRhostsHostPrivateKeyFile=
DefaultRSAPrivateKeyFile=C:\Path\To\.ssh\identity
DefaultAuthMethod=2
DefaultForwarding=Lftp:server.com:ftp;L2110:server.com:pop3;L2120:mail.server.com:pop3
LogLevel=0
WriteBufferSize=2097152
LocalForwardingIdentityCheck=1

Brett_Tabke

5:05 pm on Jun 11, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Welcome to the board twisty (hadn't bumped into you yet)

That's just what I was looking for. I didn't realize there was that section in the ini.

EliteWeb

5:29 am on Jun 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



/me hands Brett puTTy

Brett_Tabke

5:46 am on Jun 12, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I've not had good luck with putty.

littleman

6:37 am on Jun 12, 2002 (gmt 0)



I remember you saying that about a year ago. Have you tried putty laity? It is being actively developed, maybe the bug was worked out.