SSH Question

Asked by Daryl Hughes

What does a SSH server do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1
Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#2

A lot. You can type commands on the server and they run on the remote system.

If the client has an X server you can execute GUI applications on the server side and they will show on the Client.

You can transfer files either way using SFTP

You can also transfer text to files based on text piping

It is a very powerful protocol

Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#3

I forgot to mention the following guide, which should also be helpful:

http://blog.linuxacademy.com/linux/ssh-and-scp-howto-tips-tricks/

Revision history for this message
Daryl Hughes (zorw2016) said :
#4

Thanks actionparsnip, that solved my question.

Revision history for this message
Daryl Hughes (zorw2016) said :
#5

Mark and Acrionhparship help alot on this answer thanks alot u 2 =)