Comments on Using secure shell (SSH) for login and secure copy (SCP) for data transfer on Linux

SSH stands for secure shell. It is an encrypted remote login protocol. Once it has been set up on each node, it can be used to communicate with various other nodes in that network. This tutorial covers public / private key authentication, the installation of public keys on remote servers and secure file transfers with SCP.

4 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: sjau

Isn't it simpler to use ssh-copy-id to copy the public key to a remote server?

ssh-copy-id -i ~/.ssh/id_rsa.pub user@remotessh user@remote

By: Sam Smith

Thanks for this useful post. I see nowadays many universities are encouraging students to use SFTP and SSH instead of FTP, which I think is a good practice. I'm curious what you think about Web RTC and if you think it will be widely implemented by individuals and companies.

-- Sam Smith Technology Evangelist and Aspiring Chef Large file transfers made easy.

By: Graziano

Thanks much!!!

By: Pramodh B

hi

I am doing a project on machine to machine communication

for this i am planning to use 4 raspberry pis

making 1 as master and 3 as s;lave 

i want to connect them in ad hoc mode 

after that i want to read the sensor values from the slaves from the master and send the iformation to cloud and making some actuations for that sensor values back in the slaves 

could u please help me