an ssh question with osx and a remote server

2014-09-28 Thread Sarah k Alawami
So, I want to make a par of ssh keys, one to go on my home machine, and one to go on my remote server. Easy enough I hope. I then want to do an scp from my home computer to my remote server at like 3 am this morning as I don't want to tie up my 8mbps up bandwidth whilst everyone is awake. This

Re: an ssh question with osx and a remote server

2014-09-28 Thread Travis Siegel
Actually, you can use just about anything to perform your transfer, ftp, telnet, rsh, ssh, any thing that allows a connection between machines. Remember, unix oses are 1, process based, and 2, socket based. This means, you can tie commands together using the vertical (|) character, and

Re: an ssh question with osx and a remote server

2014-09-28 Thread Sarah k Alawami
Never mind, I'll start the transfer before I sleep then just before I do that use screen in case my internet decides to go. or at least take less off of my poor modem. Bleh! Take care. Take care. On Sep 28, 2014, at 7:33 PM, Travis Siegel tsie...@softcon.com wrote: Actually, you can use