-

   eugene20237

 - e-mail

 
(0)

LINUX: SSH

, 23 2014 . 18:35 +
SSH X11Forwarding:
http://blog.samat.org/2006/05/08/best-ssh-options-for-x11-forwarding

, :
ssh -c arcfour,blowfish-cbc -XC root@server.com

arcfour .

:  
(0)

Linux: dd

, 25 2013 . 19:51 +
, ssh :
# dd if=/dev/hda conv=sync,noerror bs=64K | gzip -c | ssh -c blowfish user@hostname "dd of=hda.img.gz bs=64k"
gzip.

: http://mydebianblog.blogspot.ru/2008/03/dd.html

:  
(0)

Linux: ssh

, 25 2013 . 18:52 +
, :
# echo '123456' | ssh root@192.168.1.85 -o password_stdin
- yes/no, , ssh- , .
- sshfs:
# echo '123456' | sshfs root@192.168.1.85:/ /mnt/myhost -o password_stdin

: http://leolik.blogspot.ru/2008/11/sshfs.html

:  

 : [1]