My webserver networking is down. I can open a shell over SSH using serial port.
I need to download 2 files (an sql dump and a backup of the entire website: aprox 3GB).
To open the shell I must to follow these steps:
- open an SSH connection to a server:
ssh <host> -l<user>
- enter password
- then I must to log again (this time to my server), enter my username
- and my password
- now I have a shell to my server
How can I transfer files to my local machine? Remember, the server has no internet access
console dump:
Pedro@MyMachine:~$ ssh <server address> -l<user>
Password:
Trying ***.***.***.***...
Escape character is '^]'.
CentOS release 5.4 (Final)
Kernel 2.6.27.4rootserver-20081028a on an x86_64
<server address> login: root
Password:
Last login: Wed Mar 10 23:02:10 on ttyS0
[root@s15315044 ~]#
lrzsz not available
UPDATE:
My server is up :) So I don't need this anymore, but it would be great to know if someone has a solution to this problem