|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Getting started with SSH Tutorial - Connecting to your server with SSH
Getting started with SSH Tutorial - Connecting to your server with SSH
Secure Shell (SSH), sometimes known as Secure Socket Shell, is a UNIX-based command interface and protocol for securely getting access to a remote computer. It is widely used by network administrators to control Web and other kinds of servers remotely. SSH is actually a suite of three utilities - slogin, ssh, and scp - that are secure versions of the earlier UNIX utilities, rlogin, rsh, and rcp. SSH commands are encrypted and secure in several ways. Both ends of the client/server connection are authenticated using a digital certificate, and passwords are protected by being encrypted. SSH uses RSA public key cryptography for both connection and authentication. Encryption algorithms include Blowfish, DES, and IDEA. IDEA is the default. The server you are connecting to must be running SSH, and you must be running a secure shell client on your own machine as well, more details on getting a secure shell client are below. Windows PuTTY Download http://forum.whmdestek.com/ssh/14-ssh-putty.html?highlight=putty Step 1) Save the file to your desktop and double click it. Step 2) You should see a something that looks like this, asking you what server you want to connect to. ![]() Step 3) Enter your servers IP and click on Open. Step 4) Enter your account’s username to connect then enter your password. ![]() Step 5) Change to the root user, type: su – That’s it! You have now logged into your server using SSH. Thanks to S. Leggett
__________________
1.)Lütfen destek talebinde bulunmak icin özel mesaj ile iletisime gecmeyiniz. 2.)Ücretsiz destek almak icin forum sayfalarimizi kullanmaniz ayni sorunu yasayan diger üyelerin cevaplara en kisa sürede ulasabilmesi ve sizlere yardimci olmak isteyen bizlerin ve diger üyelerimizin zaman kazanmalari acisindan cok önemlidir. 3.)Forumlarimizda sorunlarinizi anlatirken mümkün oldugunca cok detay vermeniz en kisa sürede sorununuza cözüm bulmaniz acisindan mühimdir. Daha cok ögrenmek ve ögretmek dilegiyle.. Sevgiler.. The Platform.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|




