![]() |
|
|
|
|
|||||||
| Windows & DOS: Issues & Discussions Questions involving Unix to Windows (Desktop or Server) go here. Any Windows/DOS questions should go here as well. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connecting to Unix from windows - help | cassiel | IP Networking | 13 | 03-20-2008 12:37 PM |
| connecting windows remotely from unix using SSH | lakshmis10 | UNIX for Advanced & Expert Users | 1 | 10-19-2007 01:41 AM |
| connecting to windows from unix | hemant30 | UNIX for Advanced & Expert Users | 7 | 12-01-2003 11:14 AM |
| connecting windows pc to sco openserver | scoman | UNIX for Dummies Questions & Answers | 1 | 07-18-2003 01:27 PM |
| Connecting SGI to Windows PC | mdbanas | IP Networking | 2 | 02-25-2002 08:20 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Connecting UNIX to Windows
Is there a way to connect to Windows from UNIX. From Windows to UNIX, there is a putty that can be used. Is putty also possible to use to connect?
|
| Forum Sponsor | ||
|
|
|
||||
|
You might use telnet or rlogin but those services have to be available on the Windows server - see this thread
|
|
|||
|
Thanks,
I was able to successfully login already...What I am really trying to do is trigger a program from a UNIX server on the windows server. I was able to do this through the rlogin command. My concern right now is how do i automate this using KSH script. this is my current script right now: rlogin -l <username> <hostname> <password> <program in windows to invoke> Not putting them on script and typing them in one by one works, but putting them on a script requires me to input a password(it actually stops on the password, and asks for it, even if i have put it on the script), what i would like to happen if possible is to allow password to be inputted with the rlogin. or maybe a public key(though I am still not familiar with this approach) Also, aside from that I am also checking using the RSH, here is my command: rsh -l <username> <hostname> <command> This issues an error regarding the password though, would you know how to setup the password. Also, last question. whenever I close my rsh and rlogin connection....typing in quit enter, whenever I try to reconnect..I would encounter a 'connection close error', and I would need to wait for some minutes before i could log again. Would you know how to prevent this? Hope you can answer my inquiries. Regards, |
|||
| Google UNIX.COM |
| Thread Tools | |
| Display Modes | |
|
|