LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   Difference between ssh and wsh?? (https://www.linuxquestions.org/questions/linux-security-4/difference-between-ssh-and-wsh-542904/)

ZAMO 04-03-2007 04:57 AM

Difference between ssh and wsh??
 
why we are using ssh in somewhere and wsh in somewhere to connect to remote machines???

Is there a diff between ssh and wsh???
any document regarding this???

Thanks in advance

jens 04-03-2007 08:41 AM

WSH is Microsoft's Windows Scripting Host (Windows only, not Linux related at all). It's just a scripting tool for Windows and is mostly used for automated login scripts (it's also a very popular target for script kiddies and virus writers).

SSH (Secure Shell) was created (I think at about the same time) to make remote logins more secure (using public key cryptography).


Just google for "Windows Scripting Host" and "Secure Shell".

ZAMO 04-03-2007 11:30 PM

Thank you Jens,

But i am asking about , what are the differnece between this
ssh 192.168.0.1
and
wsh 192.168..1
why in some linux machine dont allow wsh???


All times are GMT -5. The time now is 09:31 PM.