comp.security.ssh
  Home FAQ Contact Sign in
comp.security.ssh only
 
Advanced search
December 2007
motuwethfrsasuw
     12 48
3456789 49
10111213141516 50
17181920212223 51
24252627282930 52
31       1
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
comp.security.ssh Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Re: M.I,5`P ersecution ` Molestatio n dur ing Trav el         


Author:
Date: Dec 31, 2007 00:26

On 31 Dec 2007 08:23:21 GMT, vmevevfif@hotmail.com wrote:
>
>MI5 Persecution: Molestation. during Travel

You need help.
no comments
  cygwin open-ssh passphrase         


Author: kerravon
Date: Dec 30, 2007 03:52

Hello. I am trying to use OpenSSH_4.7p1, OpenSSL 0.9.8g which came
with Cygwin
on Windows Vista.

I followed the instructions on sourceforge, and I can indeed do a "cvs
log fred.c" and
get what I want. However, there are two problems:

1. It always asks for a passphrase, even though I didn't enter a
passphrase. Hitting
enter makes it go away and let me have my data, but I want this
process automated.

2. I can't have an administrator command prompt when I do this.

My CVS_RSH is set to ssh

I tried a variety of things after searching on the internet.

As per sourceforge instructions, I sent them my id_dsa.pub

I tried copying this file to both authorized_keys and
authorized_keys2, and that had no effect.

I tried replacing my old identity file from another system with my
id_dsa, but that had no effect.
Show full article (1.75Kb)
1 Comment
  login with no passwrod not working...sometimes         


Author: dave64
Date: Dec 29, 2007 14:16

I searched and found a way to do ssh logins without using a password.
I followed the instructions, and it works great. Now, I am trying to
setup another user on different client computer to log into the same
server. No matter what I try I keep getting prompted for a password.

I setup another user on the same client machine I used at first and
went throught the same process of ssh-keygen -t, scp'ing id_dsa.pub up
to the server and appending it to the appropriate authorized_keys
file in the .ssh directory. This doesn't work as I get prompted for a
password. I have tried this with 3 different user accounts and it
fails for all of them. Yet and ssh my_server_name from the original
account that I setup still works without a password.

All of the computers in question are running FC-6.

I'm guessing there may not be a ready answer, but I am open to a list
of the most common stupid things people do with ssh clients for this
type of thing.

Thanks.
3 Comments
  Multiple private keys         


Author: efair
Date: Dec 28, 2007 15:08

Hi,

I've been using ssh to access a remote server (server A) from my
workstation. The admin of server A do not provide me a password, he
prefers to use "shared secrets" for access control -- he creates a
userid for me, generates a key pair, puts the public key in ~/.ssh/
authorized_keys, provides me the userid and the private key; I copy
the private key into id.rsa on my workstation, and I then ssh into
server A. No password prompt appears.

Now I need to access another server (server B) from my workstation.
The admin of server B also uses the "shared secrets". The admins
won't use the same keys.

Is there any way to switch back and forth between the two private keys
on my workstation, short of replacing the id_rsa file every time I
want to access A or B?

ed
8 Comments
  Re: Unsupported option "GSSAPIAuthentication"         


Author: Darren Tucker
Date: Dec 28, 2007 11:48

On 2007-12-17, ranga gmail.com> wrote:
> Hello,
>
> On Solaris 8 and 10, when I set the configuration option
> GSSAPIAuthentication to yes (either in ssh_config or in command line),
> I see unsupported option error. Could somebody point out where the
> problem could be?
[...]
> dev3:~ devuser$ ssh -v -o "GSSAPIAuthentication=yes" dev7.mydomain.com
> OpenSSH_3.9p1, OpenSSL 0.9.7e 25 Oct 2004
> command-line line 0: Unsupported option "GSSAPIAuthentication"

Your SSH client was built without Kerberos and GSSAPI support. You
need to rebuld it with "./configure --with-kerberos5" (assuming you
have all of the required bits on your system).

--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.
no comments
  Local port forwarding using libssh         


Author: ruj.sabya
Date: Dec 28, 2007 05:04

Hi,

Has anybody forwarded a local port to a mysql port using libssh?
I have the following problem while doing so.

I am creating a channel and forwarding it to a mysql port (using
channel_open_forward() ).
The problem is after forwarding to mysql the channel will have some
data to read (Like mysql server version, etc).
I am reading that from the channel and writing into the local port.
Then the local port will have some data to be forwarded to the mysql
server.
I need to read this and write it into the forwarded channel.

This time it fails.

I can not write the data (read from local port) in to the previous
channel. I need to create a new channel.
Even new channel wont work! This situation keeps repeating.

What is the standard way to achieve this?
no comments
  SSH clients for Windows         


Author: Michele
Date: Dec 28, 2007 02:13

Hi,
could you name a ssh client for windows that has URL hyperlinking?

Thanks
1 Comment
  Question on remote command execution         


Author: sandy
Date: Dec 27, 2007 05:41

Hi,

I created keys using ssh-keygen command and keys are stored in default
locations. I copied identity.pub file to authorized_keys file. I could
run remote commands. But I have few questions

1 . When I try to run remote command, it prompts like the following
Are you sure you want to continue connecting (yes/
no)?
I dont want this to be prompted. I want to say YES by default. Is
there anyway i can achieve this without a prompt?

2. when i run ssh-keygen, it creates keys, this prompts user for
passphrase, private key file location. Is there anyway i can avoid
user prompting and take default values by default.

Thanks in advance,
Sandeep
1 Comment
  A Tunneling question - How does one use corkscrew , ssh , and eg firefox ?         


Author: jameshanley39
Date: Dec 26, 2007 19:57

hi

this question is largely an ssh question... `cos corkscrew is used
through ProxyCommand in ssh_config . Corkscrew has no mailing list as
of writing. I am sure some SSH users here use it with corkscrew.

I am having some trouble trying to figure out how to get corkscrew
working.

I am using squid as http and https proxy. As a test, so
127.0.0.1:3128 (squid`s default port is 3128)..

As I understand it, I should be able to set up any browser or ftp
client or whatever, to tunnel through the squid HTTPS proxy, and I use
corkscrew to do it.

I have tried a few things though, without even getting as far as
firefox, and it gets nowhere.

usage: corkscrew
[authfile]
$ corkscrew 127.0.0.1 3128 sourceforge.net 443 ~/a.a

I do not know what user/pass to put in the authfile, since HTTPs sites
like sourceforge.net do not require one from the browser.
Show full article (1.13Kb)
6 Comments
  SecureCRT         


Author: Michele
Date: Dec 26, 2007 04:16

Hi,
does SecureCRT support URL hyperlinking?
I mean: consider a URL in the terminal. The terminal should hyperlink
the URL for me, meaning that if I hover my mouse on it I can click on it
and then view it on my browser.

Thanks
2 Comments
1 2 3 4 5 6 7 8 9