Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-18-2009, 06:46 PM
|
#1
|
Member
Registered: Nov 2008
Posts: 489
Rep:
|
ssh port-forward using rdiff-backup guide
Is it possible for usin ssh port-forward for this rdiff-backup guide?
I have studied this guide, but I should use port-forward for using ssh from 22 to 1999 or other port.
However I could not find out how to make port forward for this guide.
Any help would be appreciated.
|
|
|
11-19-2009, 07:42 PM
|
#2
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197
Rep:
|
You'll have to be a little more clear on what you want to get a useful response. Are you just wanting to obfuscate the port number? Or are you trying to go through one machine to reach another? Describe step by step what you want to accomplish.
|
|
|
11-20-2009, 12:00 AM
|
#3
|
Member
Registered: Nov 2008
Posts: 489
Original Poster
Rep:
|
Quote:
Originally Posted by choogendyk
You'll have to be a little more clear on what you want to get a useful response. Are you just wanting to obfuscate the port number? Or are you trying to go through one machine to reach another? Describe step by step what you want to accomplish.
|
choogendyk/ Thanks for your kind comment.
I have 2 machine.
One is 192.168.0.2 and another is 192168.0.10. And 192.168.0.2's ssh port is 8022 and 192.168.0.10's ssh port is 22 - (if possible I want to change this port also for securi).
According to the Unattended Backup How-to guide, the rdiff-backup command has "no-port-forward".
Quote:
command="rdiff-backup --server --restrict-read-only /",from="Win7_backuphard",no-port-forwarding,no-X11-forwarding,no-pty
ssh-rsa AAAAB3NzaC1yc2EAAAAB[...] backup@Win7_backuphard
|
I should use port 8022 for ssh. If possible, please let me know.
|
|
|
11-20-2009, 07:47 AM
|
#4
|
Senior Member
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197
Rep:
|
OK, so the restrictions you've quoted are for the certificate you set up for automatic login. You could choose to remove the "no-port-forwarding" from those restrictions.
You haven't said which machine is which. I'm presuming that the machine you are connecting from is the one with port 22, and the machine you want to connect to is using port 8022. That's not really going to involve port forwarding. You want to use a command `ssh username@server.example.com -p 8022`. The "-p" parameter tells it to connect using the alternate port 8022.
I'm not using rdiff backup, but there is a post on their mailing list that addresses this configuration issue here http://www.mail-archive.com/rdiff-ba.../msg02171.html.
|
|
|
11-20-2009, 06:33 PM
|
#5
|
Member
Registered: Nov 2008
Posts: 489
Original Poster
Rep:
|
Quote:
Originally Posted by choogendyk
OK, so the restrictions you've quoted are for the certificate you set up for automatic login. You could choose to remove the "no-port-forwarding" from those restrictions.
You haven't said which machine is which. I'm presuming that the machine you are connecting from is the one with port 22, and the machine you want to connect to is using port 8022. That's not really going to involve port forwarding. You want to use a command `ssh username@server.example.com -p 8022`. The "-p" parameter tells it to connect using the alternate port 8022.
I'm not using rdiff backup, but there is a post on their mailing list that addresses this configuration issue here http://www.mail-archive.com/rdiff-ba.../msg02171.html.
|
choogendyk/
Thank you for your kindness!
The link you gave, it's what I want.
|
|
|
All times are GMT -5. The time now is 09:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|