scp in Fedora 14
After I’ve installed openssh in Fedora can’t execute scp command to copy files between computers. The executable scp is in openssh-clients. So: yum install openssh-clients This package solve the problem.
copy remote files linux with scp
If you want to copy files between two computers in linux, you must do: scp -Cr ‘user’@remoteComputer:/home/user/* /home/user/ If there is a domain, ‘user’ can be ‘DOMAIN\user’
Acceso a SSH mediante pageant
Para xerar o par de claves tenteino facelo desde o puttygen, pero a pesar de intentalo de varias maneiras non conseguín que funcionase. Para facelo desde o mesmo sistema linux, xeramos o par de claves mediante o seguinte comando: ssh-keygen -t dsa Con isto xeramos dúas claves. A .pub teremos que engadila ó ficheiro authorized_keys [...]
Aumentar tiempo sesión SSH
Modificar el fichero /etc/ssh/sshd_config para que incluya las siguientes líneas: TCPKeepAlive yes ClientAliveInterval 30 ClientAliveCountMax 99999
