Jump to content
Castiel

Cum se instaleaza un server SSH .

Recommended Posts

Posted (edited)

Salut , RST ! Astazi o sa va prezint cum se instaleaza un server de ssh (Eu am testat pe debian).

Avem nevoie de sshserver si sshclient

apt-get install openssh-client

apt-get install openssh-server

-----------------------------------------------------------------------------

Altele :

Pentru a opri serverul ssh :

/etc/init.d/ssh stop

Pentru a ne conecta la un server ssh :

ssh username@ip

(In caz ca este alt port la serverul ssh atunci va fi asa: ssh username@ip -p port) .

Pentru a restarta serverul

/etc/init.d/ssh restart

Pentru a verifica daca serverul ruleaza :

netstat -ant | grep 22

sau

ssh localhost

Pentru problema postati aici in topic .

Tutorial facut de Castiel pentru RSTforums .

Precizez ca sunt incepator in linux .

Edited by Castiel
Posted

Salut,

Multumim pentru tutorial dar sunt cateva chestii gresite:

1. Instalare pe linux. Trebuie specificata distributie. Managerul de pachete apt-get exista doar pe debian si pe distributii derivate din acesta (ex: ubuntu)

2. 'ssh user@ip: port' - Este gresit. Corect este ssh username@ip ; Daca portul este altul decat cel default, se specifica cu -p (exemplu: ssh user@ip -p 515)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...