- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: "remsh" to windows NT
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 11:10 AM
тАО01-22-2002 11:10 AM
Any ideas how this can be done?
Thanks in advance for the help!
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 11:14 AM
тАО01-22-2002 11:14 AM
SolutionThough it is not free, the best tool suite I have found is the MKS Toolkit. http://www.mks.com/
Every tool you might might is there.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 12:40 PM
тАО01-22-2002 12:40 PM
Re: "remsh" to windows NT
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 01:04 PM
тАО01-22-2002 01:04 PM
Re: "remsh" to windows NT
Or this:
http://www.denicomp.com/products.htm
Or Volker's response to another like question:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce560b0717d1d5118ff40090279cd0f9,00.html
Or a FREEBEE (rsync):
http://www.rsync.org/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 01:04 PM
тАО01-22-2002 01:04 PM
Re: "remsh" to windows NT
Or this:
http://www.denicomp.com/products.htm
Or Volker's response to another like question:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce560b0717d1d5118ff40090279cd0f9,00.html
Or a FREEBEE (rsync):
http://www.rsync.org/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-22-2002 11:32 PM
тАО01-22-2002 11:32 PM
Re: "remsh" to windows NT
install Linux on your NT-Box and keep your NT! Look at http://www.cygwin.com
They offer all Unix-known commands like telnet(d), rlogin(d), gzip, bzip2, bash, ksh, gcc and so on...
An its free. GPL.
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2002 12:19 AM
тАО01-23-2002 12:19 AM
Re: "remsh" to windows NT
You can purchase F-Secure SSHD for Window servers from Data Fellows.
http://www.datafellows.com/products/ssh/
Subsequently, you can modify the identification and authorization files to allow implicit trust between your Unix client and Window server. After that, you can run the following to execute a window script on your WinNT remotely.
# ssh -l XXX window_server "cmd /c window_script"
Hope this helps. Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2002 12:19 AM
тАО01-23-2002 12:19 AM
Re: "remsh" to windows NT
You can purchase F-Secure SSHD for Window servers from Data Fellows.
http://www.datafellows.com/products/ssh/
Subsequently, you can modify the identification and authorization files to allow implicit trust between your Unix client and Window server. After that, you can run the following to execute a window script on your WinNT remotely.
# ssh -l XXX window_server "cmd /c window_script"
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-23-2002 08:44 PM
тАО01-23-2002 08:44 PM
Re: "remsh" to windows NT
Good luck.