Register to post in forums, or Log in to your existing account
 

Play RetroMUD
Post new topic  Reply to topic     Home » Forums » zMUD General Discussion Goto page Previous  1, 2
Klash Posted: Wed Oct 17, 2001 7:41 am
SSH Support?
Vodoc
Apprentice


Joined: 11 Apr 2003
Posts: 119
Location: Sweden

PostPosted: Wed Feb 15, 2006 4:06 pm   
 
What happens if you run the command "telnet localhost 4000" in a command prompt after you have set up the tunnel?
In putty, after you set up the tunnel, do you also connect to the server via SSH and and thus activate the tunnel? Remember that you need the session to be active for the tunnel to be active.

The tunnel is just that, a tunnel and all of the login to the mud must be done via zMUD, telnet etc. All you do in Putty is to set up the tunnel and connect it to the server via some (SSH) account you have there.
Reply with quote
DOGTHENINE
Newbie


Joined: 07 Sep 2005
Posts: 7

PostPosted: Wed Feb 15, 2006 4:12 pm   
 
Microsoft(R) Windows DOS
(C)Copyright Microsoft Corp 1990-2001.

C:\DOCUME~1\DAVE>telnet localhost 4000
Connecting To localhost...Could not open connection to the host, on port 4000: C
onnect failed

C:\DOCUME~1\DAVE>

When I connect in Putty I don't do anything else. I'm just sitting at the command prompt on the SSH server.
Reply with quote
Vodoc
Apprentice


Joined: 11 Apr 2003
Posts: 119
Location: Sweden

PostPosted: Wed Feb 15, 2006 4:22 pm   
 
Your tunnel is not setup properly, you filled in the two fields (source port and destination) and then clicked add?
Do you load a session afterwards? If so then are you resetting all settings, load the session first, fill in the tunnel information (save the session again if you want the tunnel to be permanent) and then hit "open" to make the connection.
Reply with quote
DOGTHENINE
Newbie


Joined: 07 Sep 2005
Posts: 7

PostPosted: Wed Feb 15, 2006 4:27 pm   
 
great, that worked! Thanks :)
Reply with quote
Vodoc
Apprentice


Joined: 11 Apr 2003
Posts: 119
Location: Sweden

PostPosted: Wed Feb 15, 2006 4:34 pm   
 
Glad that you finally got it working.
Reply with quote
peregon
Newbie


Joined: 16 Oct 2006
Posts: 1

PostPosted: Mon Oct 16, 2006 2:58 pm   
 
I looked over this forum, and have a similiar problem. I am using freeSSHd to make an SSH server on my localhost, but when I connect, I just get the command prompt. When I check the logs, Putty doesn't even seen to be attempting the tunnel. I'm absolutely sure that the tunnel is part of my settings, however. Any ideas?
Reply with quote
Taz
GURU


Joined: 28 Sep 2000
Posts: 1395
Location: United Kingdom

PostPosted: Mon Oct 16, 2006 4:57 pm   
 
Wow I'm glad this thread came up, I just read through it and I've got to say that it is the dogs bollocks!!!

First off I created a session to my ssh shell.


Then within this session I made a local Socks 4/5 compliant port on 1234 as per the settings in the picture and as you can see I already pressed the add button hence the port being listed in the forwarded ports panel.


Then I set the zMUD proxy settings as below.


All I have to do now is use PuTTY to connect to the "Socks Proxy" session and log in, leave it in the background and use zMUD as per normal to connect to any mud I want to while at work Twisted Evil
_________________
Taz :)
Reply with quote
Zugg
MASTER


Joined: 25 Sep 2000
Posts: 23379
Location: Colorado, USA

PostPosted: Tue Oct 17, 2006 12:36 am   
 
Btw, I should also mention that I have plans for a SSH addon for CMUD sometime after the first public release. Probably in early 2007. It will cost money, so some people might want to still use Putty, but it's going to be better integrated and easier to use.

But Taz, thanks for posting a completely example of how to set this up in Putty. I'm sure it will really help a lot of people.
Reply with quote
sed
Beginner


Joined: 28 Oct 2005
Posts: 11

PostPosted: Thu Dec 28, 2006 6:46 am   ssh add-on
 
Hi all, I used to play mud servers alot, but since fuskermud moved and I didnt get the new address I havent been ablt to really 'get into' another mud :(,
Anyhow, I'm a unix sysadmin,
BTW, plink (which comes with the putty windows install package) works just as well as the putty interface.
"c:\putty\plink.exe" -ssh -l userid -pw password -L 4000:targethost:4000 -i "c:\sshkeys\privatekey.ppk" -2 -N userid@hophost
do plink without any options to get syntax "-2" is to specify SSH-2
Anyhow, as I said, I'm a unix sysadmin, what I always loved about mud clients was the triggering systems. I've, so far, not found a fully functional mud client that does ssh or a ssh client that can do the triggers that mud clients can do.
There is really a market for a ssh client for unix sysadmins which provides the extra functionality of the triggers (and other usefull features).
I did post a message maybe a few years ago, and you said, 'watch this space'.... I'm still watching ;).

Have you considered writing an add-on for putty, rather than an ssh addon for z/cmud?, - like 'z/cmud for putty', couldnt you still sell/license that?

Any... I'll keep checking in every so often and see how your going,

Regs,
Sed.
Reply with quote
Guinn
Wizard


Joined: 03 Mar 2001
Posts: 1127
Location: London

PostPosted: Thu Dec 28, 2006 11:54 am   
 
There are already plans to write a program once CMUD is established

http://forums.zuggsoft.com/modules/mx_kb/kb.php?page=3&mode=doc&k=2213
Quote:
SSH support will be added, and a new business-oriented product will be released that focuses on the SSH/Telnet capabilities, but removes the MUD-specific features such as the mapper and mud listing.
_________________
CMUD Pro, Windows Vista x64
Core2 Q6600, 4GB RAM, GeForce 8800GT
Because you need it for text... ;)
Reply with quote
Fang Xianfu
GURU


Joined: 26 Jan 2004
Posts: 5155
Location: United Kingdom

PostPosted: Thu Dec 28, 2006 3:13 pm   
 
I imagine it's a lot simpler to write SSH for CMUD than it is to write CMUD for PuTTY. And the same functionality will be in zTelnet or whatever Zugg's going to decide to call it, as Guinn says.
_________________
Rorso's syntax colouriser.

- Happy bunny is happy! (1/25)
Reply with quote
jmordetsky
Newbie


Joined: 23 Dec 2005
Posts: 5

PostPosted: Tue Feb 13, 2007 6:48 pm   Re: ssh add-on
 
sed wrote:
Hi all, I used to play mud servers alot, but since fuskermud moved and I didnt get the new address I havent been ablt to really 'get into' another mud :(,
Anyhow, I'm a unix sysadmin,
BTW, plink (which comes with the putty windows install package) works just as well as the putty interface.
"c:\putty\plink.exe" -ssh -l userid -pw password -L 4000:targethost:4000 -i "c:\sshkeys\privatekey.ppk" -2 -N userid@hophost
do plink without any options to get syntax "-2" is to specify SSH-2
Anyhow, as I said, I'm a unix sysadmin, what I always loved about mud clients was the triggering systems. I've, so far, not found a fully functional mud client that does ssh or a ssh client that can do the triggers that mud clients can do.
There is really a market for a ssh client for unix sysadmins which provides the extra functionality of the triggers (and other usefull features).
I did post a message maybe a few years ago, and you said, 'watch this space'.... I'm still watching ;).

Have you considered writing an add-on for putty, rather than an ssh addon for z/cmud?, - like 'z/cmud for putty', couldnt you still sell/license that?

Any... I'll keep checking in every so often and see how your going,

Regs,
Sed.


Yea Please!!!! I'm just read this whole thread and have tried for a half hour to get zmud to talk to my SSH server. I hate the autocomplete functionality in other clients and I'm desperate to use ZMUD as my ssh client. For it's intuitive autocomplete, for aliasing, scripting, triggering...

please please please.

I would seriously buy cmud right now if it had ssh support.

When is it done!!!! :)
Reply with quote
sed
Beginner


Joined: 28 Oct 2005
Posts: 11

PostPosted: Tue May 08, 2007 4:03 am   
 
Any news on the progression of the ssh addon for c/zmud?

Still looking forward to it, - Irony would be, I'll be working on mainframe in the future and they use standard telnet :)
But, while I still administer UNIX boxes (some 300+ systems) I'll still be waiting for the addon.
Reply with quote
Fang Xianfu
GURU


Joined: 26 Jan 2004
Posts: 5155
Location: United Kingdom

PostPosted: Tue May 08, 2007 10:46 am   
 
It's the next large feature planned. Unfortunately, there have been lots of things to fix in the past few versions and it's been delayed.
_________________
Rorso's syntax colouriser.

- Happy bunny is happy! (1/25)
Reply with quote
Sir1l
Wanderer


Joined: 01 Oct 2005
Posts: 54

PostPosted: Sat May 12, 2007 3:46 pm   
 
Okay do this, d/l the latest version of putty, open the cmd prompt, window+r, type cmd, enter. Then make sure you're in the same directory as putty, then type "putty -L 4000:mudaddress.com:port# -ssh addressofsshserver.com -l name -pw pword"

so replace mudaddress.com with mud address and port with port for the mud and addressofsshserver....with, yep you got it the ssh server and then name with your username and pword with your password. After this connect via zmud to localhost port 4000....This should work I hope
Reply with quote
Progonoi
Magician


Joined: 28 Jan 2007
Posts: 430

PostPosted: Sat May 12, 2007 6:54 pm   
 
Beautiful! Yeah, it does work! Really great work.

However, I know the following question might sound dumb, but... Once I'm logged into a mud via localhost 4000 and have made a tunnel to ssh server via Putty, does that mean that people who are able to check that, see my IP as that of ssh server and not the one my PC has?


I apologize in advance if that'd sound dumb :O


Prog
_________________
The Proud new owner of CMud.

--------------------------------
Intel Core i5-650 3,2GHz
4 DD3 RAM
GTX 460 768MB
Win 7 Home Premium 64x
--------------------------------
Reply with quote
Sir1l
Wanderer


Joined: 01 Oct 2005
Posts: 54

PostPosted: Mon May 14, 2007 4:56 am   
 
It doesn't sound dumb, but it does sound like you're multiplaying....anyways :-P.....the ip address will show up coming from the ssh line, so you're fine in that department.
Reply with quote
Display posts from previous:   
Post new topic   Reply to topic     Home » Forums » zMUD General Discussion All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2009 Zugg Software. Hosted by Wolfpaw.net