[Leaplist] SSH Ports

Gray Frost grayf327 at gmail.com
Sun Aug 10 20:06:37 EDT 2008


very cool stuff.  I am learning to crawl now.  my next step is the ssh keys
approach (not sure I have a good understanding of how that works).  Then
port forwarding.  One baby step at a time for me though.

On Sun, Aug 10, 2008 at 5:34 PM, tom foster <tf at linuxceptional.com> wrote:

> On Sun, 10 Aug 2008 16:18:09 -0400 Jason Boxman
> <jasonb at edseek.com> wrote:
>
> > On Sunday 10 August 2008 16:07:09 Gray Frost wrote: I
> > have set up SSH on my computer and I can ssh in just
> > fine.
>
> While we're on the subject, I have a couple "stupid ssh
> tricks" I picked up from somewhere. Even though the
> inimitable Mr. Simpson once showed me how to set up
> passwordless ssh using keys (a good howto used to be on
> his website), I'm now using some config
> options I found while browsing planet.archlinux. in a
> file named "config" in ~/.ssh you put the following
> lines:
>
> host *
> controlmaster auto
> controlpath /tmp/ssh-%r@%h:%p
>
> with these options in place, the first time I log in
> remotely I have to supply my password, but subsequent
> logins (while the first is still active) just pop right
> in.  Keys of course work as well or better, but this
> way is cooler.
>
> Vernon turned me on to the "-c" option, so I also do
>
> ~$ ssh -p xxxx -c blowfish me at there.com
>
> Then, to top it off, I wrote a very simple script to
> use with rox to scp files off to the server:
>
> #!/usr/bin/newlisp
> (set 'a (join (rest (rest (main-args))) " "))
> (! (append "xterm -e scp -P xxxx " a "
> me at there.com:/path/to/httpdocs/")) (exit)
>
> I can select one or more files in rox and send them to the
> script with shift + right click.
>
> I know you didn't ask, but I thought I'd share...  :-)
>
>
>
> --
>
> signature indignant: "hey!"  -tom
>
> --
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> _______________________________________________
> Leaplist mailing list
> Leaplist at leap-cf.org
> http://lists.leap-cf.org/mailman/listinfo/leaplist
>



-- 

Gray

" Don't think you are, know you are."

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.leap-cf.org/pipermail/leaplist/attachments/20080810/cf071633/attachment-0001.html


More information about the Leaplist mailing list