soleimanian 0 Report post Posted November 4, 2004 hi every one!!what is ssh? how i can use it?every one that can learn, please offer a toturial Share this post Link to post Share on other sites
k221405241470 0 Report post Posted November 4, 2004 https://kimmo.suominen.com/docs/ssh/http://forums.xisto.com/no_longer_exists/SSH is a protocol that permit to connect using TCP/IP with the support of a "secure" connection, with SSH(ofte use for remote login on linux machine) you'll have all the bytes sent to the server encrypts with a "secure" algorithms Share this post Link to post Share on other sites
Hercco 0 Report post Posted November 8, 2004 To answer Sole's second question...To use SSH you of course need an access to a server providing SSH service. Then you need an SSH client. For linux you can use openSSH which is open source and free. For windows there is PuTTY, which is free also. http://www.chiark.greenend.org.uk/~sgtatham/putty/SSH Communications used to offer a free version of their client, but no more. If you can find an old version somewhere it is of course still free and legal to use it. SSH Comm. software incluides also a SCP (Secure Copy, like remote copy but with encrypted communication) client with a graphical user interface, which is really handy. I believe old versions of the software can befound on some website specializing to old sw versions or from a p2p network. Share this post Link to post Share on other sites
friso 0 Report post Posted November 25, 2004 SSH is what you say when someone is talking rubbish or is annoyingyou can also say shush, ot shut up etc. Share this post Link to post Share on other sites
sottm 0 Report post Posted December 15, 2004 SSH- is internet protocol which allows you to talk with another computer on the TCP rules. Usually, ssh is used just as you would telnet. ssh to a host, type your password (correctly), and you're in. http://support.suso.com/supki/SSH_Tutorial_for_Linuxhttp://forums.xisto.com/no_longer_exists/https://kimmo.suominen.com/docs/ssh/http://www.mindrot.org/~djm/auug2002/ssh-tutorial.pdfEnjoy Share this post Link to post Share on other sites
jipman 0 Report post Posted December 15, 2004 Reminds me,I hope you know linux? I also hope you know how to use the LInux-in-command-prompt mode? .SSH is just that on another computer. Works much better to me then ftp, because you use the ssh-server to create /edit your stuff. Share this post Link to post Share on other sites