{"id":489,"date":"2014-03-27T09:53:43","date_gmt":"2014-03-27T13:53:43","guid":{"rendered":"http:\/\/devolve.net\/blog\/?p=489"},"modified":"2014-10-23T13:40:03","modified_gmt":"2014-10-23T17:40:03","slug":"raspberry-pi-ssh-cipher-speed","status":"publish","type":"post","link":"https:\/\/www.devolve.local\/raspberry-pi-ssh-cipher-speed\/","title":{"rendered":"Raspberry Pi SSH cipher speed"},"content":{"rendered":"

I was curious to see how quickly I could transfer files to my Pi using SSH rather than FTP. Obviously using FTP is way faster than almost any other method, but still I wanted to see how fast I could transfer data over SSH.<\/p>\n

Here’s the time it took to transfer a 50 MB file to my Pi using different SSH ciphers.<\/p>\n

aes128-ctr    0m13.496s\r\n3des-cbc      0m26.740s\r\narcfour128    0m10.221s\r\narcfour256    0m10.681s\r\narcfour       0m10.136s\r\nblowfish-cbc  0m12.627s\r\ncast128-cbc   0m12.862s\r\naes128-cbc    0m12.497s<\/pre>\n

I later re-tested the aes128-ctr<\/code> cipher and it took about a second less than what I’d recorded initially. This boils down to:<\/p>\n