I am trying to copy an account from an old server to my new server. I did a search on this forum and the easiest one I found was:
1. Log into the server that your copying the accounts from via SSH
2. type '/scripts/pkgacct [username]'
3. type 'scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/'
4. Log into the [NEWSERVER] via SSH
5. type '/scripts/restorepkg [username]'
However I am getting stuck at no.3
3. type 'scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/'
When I apply this after about 20 seconds I get the following message:
root@sun [~]# scp cpmove-*****.tar.gz root@**.**.**.***:/home/
ssh: connect to host **.**.**.*** port 22: Connection timed out
lost connection
(for security reason I have replaced my account name and IP)
I know for a fact that on the new server the SSH allows me to login without any problems. The firewall also is off.
Has anyone experienced this before? any feedback would be highly appreciated.
thanks
1. Log into the server that your copying the accounts from via SSH
2. type '/scripts/pkgacct [username]'
3. type 'scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/'
4. Log into the [NEWSERVER] via SSH
5. type '/scripts/restorepkg [username]'
However I am getting stuck at no.3
3. type 'scp cpmove-[username].tar.gz root@[NEWSERVERIP]:/home/'
When I apply this after about 20 seconds I get the following message:
root@sun [~]# scp cpmove-*****.tar.gz root@**.**.**.***:/home/
ssh: connect to host **.**.**.*** port 22: Connection timed out
lost connection
(for security reason I have replaced my account name and IP)
I know for a fact that on the new server the SSH allows me to login without any problems. The firewall also is off.
Has anyone experienced this before? any feedback would be highly appreciated.
thanks