xen/verserver Java SSH2 client Re: lists.debian.org vs google groups

2006-06-03 Thread Robert Michel
rver side filtering... priceless. webmail? not mutt? Mutt supported mail threading and this feature is very usefull for mailinglists :) http://www.mutt.org I use Mindterm, a SSH2 Java midlet, to access my vserver from webterminals of my university and use mutt un my vserver :) http://www.mindbright.com/p

Re: SSH vs SSH2

2002-12-02 Thread Michael Heironimus
On Mon, Dec 02, 2002 at 09:16:52AM +0100, Niclas S?derlund wrote: > thoughts/opinions on using ssh2 vs ssh1 ? > > Will be used on a Debian 3.0r0 machine, will be used solely as a > mailserver, all other services/applications will be removed and the only > ports open will be

Re: SSH vs SSH2

2002-12-02 Thread nate
Niclas Söderlund said: > Hi, > > thoughts/opinions on using ssh2 vs ssh1 ? > > Will be used on a Debian 3.0r0 machine, will be used solely as a > mailserver, all other services/applications will be removed and the only > ports open will be 110, 25 and 22. > > But whi

SSH vs SSH2

2002-12-02 Thread Niclas Söderlund
Hi, thoughts/opinions on using ssh2 vs ssh1 ? Will be used on a Debian 3.0r0 machine, will be used solely as a mailserver, all other services/applications will be removed and the only ports open will be 110, 25 and 22. But which version to use? Regards, Niclas |_|_|_|_| Niclas Söderlund

Re: ssh2 sftp problems

2002-09-06 Thread Thomas R. Shemanske
Roman Joost wrote: > I try to connect to a remote server using gftp with the ssh2 option. The > connection fails with: > > 3: Protocol Initialization > Error: Message size 825440307 too big from server > and than ssh2 hangs :( > > Did i something wrong?? > >

ssh2 sftp problems

2002-09-06 Thread Roman Joost
I try to connect to a remote server using gftp with the ssh2 option. The connection fails with: 3: Protocol Initialization Error: Message size 825440307 too big from server Disconnecting from site localhost Received wrong response from server, disconnecting Waiting 30 seconds until trying to

[Fwd: Re: SSH probs solved (was: SSH2 packet error..)]

2002-03-29 Thread Glen Snyder
ted to a SSH2 key with # ssh-keygen -x |my_dsa.pub I copied my_dsa.pub to the host computer in my ~/.ssh2/ directory. Then I used vim on the host computer to add to a file ~/.ssh2/authorization Key my_dsa.pub Then the next time I logged in, the dsa key worked! -Glen --- End Message ---

Re: SSH probs solved (was: SSH2 packet error..)

2002-03-29 Thread Glen Snyder
I first created the key pair using #ssh-keygen -t dsa, (Note, unless you leave the name of the keys id_dsa, you'll have to use -i to identify the keyname with ssh when you connect) Then I converted to a SSH2 key with # ssh-keygen -x |my_dsa.pub I copied my_dsa.pub to the host computer

Re: SSH probs solved (was: SSH2 packet error..)

2002-03-29 Thread Pollywog
On 2002.03.29 23:06 Glen Snyder wrote: Thanks for the tips, Colin. I reinstalled open-ssh.I was wondering why the SSH2 bug reports were so old. My main motivation for installing SSH2 was that I log into a mail server at work that uses the commercial SSH2 version. Anyway, after messing around

SSH probs solved (was: SSH2 packet error..)

2002-03-29 Thread Glen Snyder
Thanks for the tips, Colin. I reinstalled open-ssh.I was wondering why the SSH2 bug reports were so old. My main motivation for installing SSH2 was that I log into a mail server at work that uses the commercial SSH2 version. Anyway, after messing around with ssh-keygen in openssh on my client

Re: SSH2 packet too long error

2002-03-24 Thread Colin Watson
On Sun, Mar 24, 2002 at 01:18:03PM -0500, Glen Snyder wrote: > After upgrading my maching to woody (After many tips on x-config from > other users--thanks) I decided to go from ssh to ssh2 protocol, since > the mail server at work uses this. It sounds like you're using the 'ssh

SSH2 packet too long error

2002-03-24 Thread Glen Snyder
After upgrading my maching to woody (After many tips on x-config from other users--thanks) I decided to go from ssh to ssh2 protocol, since the mail server at work uses this. It works fine and I can connect to the server, use scp, etc. Now I want to use sshd2 to login to my machine remotely. I

Re: ssh2 / X problems

2002-02-03 Thread shock
* Stephen E. Hargrove ([EMAIL PROTECTED]) spake thusly: > Cameron Kerr ([EMAIL PROTECTED]) spake thusly: > > On Sat, 2 Feb 2002, shock wrote: > > > > Does it happen with any other user account? > > it happens with all accounts. okay, i'm not really sure what's going on, but rebooting my client

Re: ssh2 / X problems

2002-02-03 Thread shock
the client and server side. Here's the client side output: [EMAIL PROTECTED]:~$ ssh2 server2 stephen's password: Authentication successful. debug: Ssh2ChannelSession/sshchsession.c:738/ssh_channel_session_child: ssh_channel_session_child: now

Re: ssh2 / X problems

2002-02-02 Thread Cameron Kerr
On Sat, 2 Feb 2002, shock wrote: >I have two servers, and both have exactly the same configuration files. >I can ssh2 to one and fire up X applications. However, the other >results in the following. (Both servers have X forwarding enabled in >the ssh2_config file.) [snip debu

ssh2 / X problems

2002-02-02 Thread shock
I have two servers, and both have exactly the same configuration files. I can ssh2 to one and fire up X applications. However, the other results in the following. (Both servers have X forwarding enabled in the ssh2_config file.) [EMAIL PROTECTED]:~/bin/perlmonks$ ssh2 +x -v server2 debug

Re: Difference between ssh1 ssh2 ssh3 3.0.2

2002-02-01 Thread Ron Johnson
On Fri, 1 Feb 2002 15:01:26 -0500 Noah Meyerhans <[EMAIL PROTECTED]> wrote: > On Fri, Feb 01, 2002 at 03:46:29AM -0800, Dean Roman wrote: [snip] > In woody we have OpenSSH 2.5.1. It implements SSH protocols 1 and 2. > The same holds true for OpenSSH 3.whatever that's in sid right now. > Presumable

Re: Difference between ssh1 ssh2 ssh3 3.0.2

2002-02-01 Thread Noah Meyerhans
On Fri, Feb 01, 2002 at 03:46:29AM -0800, Dean Roman wrote: > >Can anyone tell the major differences between ssh1 ssh2 ssh3 3.0.2 , > etc. There are two different issues here: SSH the protocol, and SSH the implementation. Only two major versions of the protocol exist: 1 and 2. Us

Difference between ssh1 ssh2 ssh3 3.0.2

2002-02-01 Thread Dean Roman
Hello all, Can anyone tell the major differences between ssh1 ssh2 ssh3 3.0.2 , etc. Why would I want one as apposed to the other? What are some of the gotchas associated with these? Is one more secure? Are they all interoperable? Has any one broke through ssh1 or ssh2 yet? Or

Re: ssh2 denials

2002-01-05 Thread Tim Moss
Apparently, on Thu, Jan 03, 2002 at 08:33:41PM -0600, shock wrote: > I'm using ssh2 (www.ssh.com), and I'm trying to login to my home machine > from the office. After entering "ssh home", I'm presented with the > password prompt. I enter my password, and am pr

Re: ssh2 denials

2002-01-03 Thread Petre Daniel
perhaps you should put something from /lib/security .. At 10:13 PM 1/3/02 -0600, shock wrote: * nate ([EMAIL PROTECTED]) spake thusly: > > > I'm using ssh2 (www.ssh.com), and I'm trying to login to my home > > machine from the office. After entering "ssh hom

Re: ssh2 denials

2002-01-03 Thread shock
* nate ([EMAIL PROTECTED]) spake thusly: > > > I'm using ssh2 (www.ssh.com), and I'm trying to login to my home > > machine from the office. After entering "ssh home", I'm presented > > with the password prompt. I enter my password, and am presented

Re: ssh2 denials

2002-01-03 Thread nate
> I'm using ssh2 (www.ssh.com), and I'm trying to login to my home > machine from the office. After entering "ssh home", I'm presented > with the password prompt. I enter my password, and am presented > with the is ssh2 from www.ssh.com on the server or o

ssh2 denials

2002-01-03 Thread shock
I'm using ssh2 (www.ssh.com), and I'm trying to login to my home machine from the office. After entering "ssh home", I'm presented with the password prompt. I enter my password, and am presented with the password prompt again. This occurs three times, then the connect

Re: SSH2 connect problem

2001-12-20 Thread Pollywog
On 2001.12.19 21:04 Pollywog wrote: On 2001.12.19 19:18 Lars Jensen wrote: I'm having a problem connecting to my server with ssh after I upgraded to woody. I can connect fine from another Debian machine, of which I have a couple. However when I try to connect to my woody box from other non-debi

Re: SSH2 connect problem

2001-12-19 Thread Pollywog
On 2001.12.19 19:18 Lars Jensen wrote: I'm having a problem connecting to my server with ssh after I upgraded to woody. I can connect fine from another Debian machine, of which I have a couple. However when I try to connect to my woody box from other non-debian hosts either the connection just h

SSH2 connect problem

2001-12-19 Thread Lars Jensen
I'm having a problem connecting to my server with ssh after I upgraded to woody. I can connect fine from another Debian machine, of which I have a couple. However when I try to connect to my woody box from other non-debian hosts either the connection just hangs for a long time, or I get the follow

Re: REPOST: unable to load ssh2 protocol

2001-12-04 Thread Dimitri Maziuk
* Kurt Lieber ([EMAIL PROTECTED]) spake thusly: > On Monday 03 December 2001 05:35 pm, Dimitri Maziuk wrote: > > Kurt, check your ssh_config (not sshd_config) and see if you have > > "Protocol" line in it. We had an ssh client on one of our DeadRat > > boxen that wouldn't connect to anything until

Re: REPOST: unable to load ssh2 protocol

2001-12-04 Thread Colin Watson
On Mon, Dec 03, 2001 at 04:21:12PM -0800, Cassandra Lynette Ludwig wrote: > The latest implementation uses one keyfile for both protocols, but at the > moment as far as I know, the latest version is yet to hit even unstable in > Debian. (Good choice in my opinion... let's see how it works before

SOLVED: unable to load ssh2 protocol

2001-12-03 Thread Kurt Lieber
down the road. --kurt -- Forwarded Message -- Subject: unable to load ssh2 protocol Date: Fri, 30 Nov 2001 09:42:31 -0800 From: Kurt Lieber <[EMAIL PROTECTED]> To: debian-user@lists.debian.org After a recent apt-get upgrade on a woody box, I am unable to use version 2 o

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Wayne Topa
Kurt Lieber([EMAIL PROTECTED]) is reported to have said: > On Monday 03 December 2001 05:35 pm, Dimitri Maziuk wrote: > > Kurt, check your ssh_config (not sshd_config) and see if you have > > "Protocol" line in it. We had an ssh client on one of our DeadRat > > boxen that wouldn't connect to anythi

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Kurt Lieber
On Monday 03 December 2001 05:35 pm, Dimitri Maziuk wrote: > Kurt, check your ssh_config (not sshd_config) and see if you have > "Protocol" line in it. We had an ssh client on one of our DeadRat > boxen that wouldn't connect to anything until I removed the > "Protocol 2,1" line (repeat, this is in

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Dimitri Maziuk
* Kurt Lieber ([EMAIL PROTECTED]) spake thusly: > On Monday 03 December 2001 05:06 pm, Cassandra Lynette Ludwig wrote: > > > Okay, that looks like there is a problem with permissions or some such on > > the files... I'll check my file permissions... > > > > Okay, here is the permission list from m

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Kurt Lieber
On Monday 03 December 2001 05:06 pm, Cassandra Lynette Ludwig wrote: > Okay, that looks like there is a problem with permissions or some such on > the files... I'll check my file permissions... > > Okay, here is the permission list from my /etc/ssh directory [snip] Yep -- those match my permissio

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Cassandra Lynette Ludwig
One more thing, you are running this as the root user are you not? Because SSHD is not normally suid and sgid root, so it cannot access those files unless you are the root user. Regards, Cassandra

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Cassandra Lynette Ludwig
On Mon, 3 Dec 2001, Kurt Lieber wrote: > Thanks for the response. No problems - I got the error myself when I upgraded, and it annoyed me considerably because I have been using SSH V2 for a while to get back to my server in Australia from the US. > I tried that, but it's still not working. H

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Kurt Lieber
Thanks for the response. I tried that, but it's still not working. However, now I get a different error message when I execute /usr/sbin/sshd -d -d: debug1: Seeding random number generator debug1: sshd version OpenSSH_2.9p2 debug1: private host key: #0 type 0 RSA1 debug1: PEM_read_PrivateKey fa

Re: REPOST: unable to load ssh2 protocol

2001-12-03 Thread Cassandra Lynette Ludwig
If anyone has any ideas on how I can get SSH2 to start working again, I'd > appreciate it. > > --kurt > > > -- Reposted Message -- > > After a recent apt-get upgrade on a woody box, I am unable to use version 2 > of ssh. (v1 and 1.5 seem to

REPOST: unable to load ssh2 protocol

2001-12-03 Thread Kurt Lieber
I sent this last Friday, but didn't receive any replies. Since then, I haven't had any luck resolving the issue, so I'm trying again. If anyone has any ideas on how I can get SSH2 to start working again, I'd appreciate it. --kurt -- Reposted Message --

unable to load ssh2 protocol

2001-11-30 Thread Kurt Lieber
After a recent apt-get upgrade on a woody box, I am unable to use version 2 of ssh. (v1 and 1.5 seem to work fine) When starting sshd, I get the following error message: "Disabling protocol version 2. Could not load host key" Googling suggests that I need to recreate ssh_host_*_key, so, I did

Re: ssh2 client for debian 2.2r4?

2001-11-29 Thread nate
> > If you'd like to easily have links to it in /usr/local/bin, > /usr/local/man/man1 etc, have a look a package 'stow'. I install > all my locally compiled software in directories under > /usr/local/stow and have stow make the links needed. thanks! ive heard of stow, kept forgetting to try it ou

Re: ssh2 client for debian 2.2r4?

2001-11-29 Thread Samuli Suonpaa
nate <[EMAIL PROTECTED]> wrote: > - compile openssh and install to /usr/local/openssh (what i do) > > i prefer having apps in their own directory so i can just rm -rf > them when i want to remove them instead of hunting them down in 10 > different places. If you'd like to easily have links to it

ssh2 client for debian 2.2r4?

2001-11-29 Thread Patrick Hsieh
Hello list, Since the ssh package for Debian 2.2r4 is 1.2.3-9.3, is there ssh2 client for debian? I'd like to connect to other servers with ssh2 daemon. idea? -- Patrick Hsieh--<[EMAIL PROTECTED]>

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread nate
> Correction: I think my Potato machine pulls that recent version of > ssh off the KDE deb server (see my sources.list below). When I do > apt-cache show ssh, it shows both of the versions. Just add that > last line and update+upgrade or apt-get install ssh > yeah i had that happen to me once,

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread Alec
On Wednesday 28 November 2001 11:50 pm, Alec wrote: > I think you people may be confusing the protocol and the program version. > ssh client as it comes with Potato (2.3.0p1-0.11) supports SSH2 (use option > '-2') Correction: I think my Potato machine pulls that recent vers

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread nate
Alec said: > I think you people may be confusing the protocol and the program > version. ssh client as it comes with Potato (2.3.0p1-0.11) supports > SSH2 (use option '-2') i think you may be confusing what is included in potato: Package: ssh Version: 1:1.2.3-9.2 Priorit

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread Alec
On Wednesday 28 November 2001 11:34 pm, nate wrote: > Patrick Hsieh said: > > Hello list, > > > > Since the ssh package for Debian 2.2r4 is 1.2.3-9.3, is there ssh2 > > client for debian? I'd like to connect to other servers with ssh2 > > daemon. > > &g

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread nate
Patrick Hsieh said: > Hello list, > > Since the ssh package for Debian 2.2r4 is 1.2.3-9.3, is there ssh2 > client for debian? I'd like to connect to other servers with ssh2 > daemon. > > idea? a few ... - enable SSH v1 on the SSH2 servers(it is usually by default on

Re: ssh2 client for debian 2.2r4?

2001-11-28 Thread Michael Heldebrant
On Wed, 2001-11-28 at 20:43, Patrick Hsieh wrote: > Hello list, > > Since the ssh package for Debian 2.2r4 is 1.2.3-9.3, is there ssh2 > client for debian? I'd like to connect to other servers with ssh2 daemon. The woody and sid version of ssh support version 2. The list has di

ssh2 client for debian 2.2r4?

2001-11-28 Thread Patrick Hsieh
Hello list, Since the ssh package for Debian 2.2r4 is 1.2.3-9.3, is there ssh2 client for debian? I'd like to connect to other servers with ssh2 daemon. idea? -- Patrick Hsieh--<[EMAIL PROTECTED]>

Re: SSH2 + HostbasedAuthentication

2001-10-11 Thread Walter Hofmann
On Mon, 08 Oct 2001, Walter Hofmann wrote: > I cannot use HostbasedAuthentication with ssh. ssh just keeps on asking > for the password. Here is what I tried: [...] I solved this now. There were two errors: 1) You need to swich on HostbasedAuthentication in the _client_! The manual page is wrong

Re: SSH2 + HostbasedAuthentication

2001-10-09 Thread Osamu Aoki
On Mon, Oct 08, 2001 at 10:32:32PM -0700, Osamu Aoki wrote: > Hi, you seems to know alot. So I may be wrong but let me try... > > On Mon, Oct 08, 2001 at 08:51:20PM +0200, Walter Hofmann wrote: > > I cannot use HostbasedAuthentication with ssh. ssh just keeps on asking > > for the password. Here

Re: OpenSSH/SSH2 incompatibility

2001-10-09 Thread Osamu Aoki
I have not tried hostbased auth. but i have been usung $ ssh -1 [EMAIL PROTECTED] and works. This force using ssh1 protocol. You can create ssh2 compliant keys. I am in process too :-) On Tue, Oct 09, 2001 at 04:09:48PM -0500, Ryan Sackenheim wrote: > Yesterday when I upgraded Woody

OpenSSH/SSH2 incompatibility

2001-10-09 Thread Ryan Sackenheim
Yesterday when I upgraded Woody, I suddenly found myself unable to SSH to the various machines on the network with the proprietary SSH2 servers. Has there been a change in the ssh package that has an incompatibility to SSH2? I am able to log into those machines with my local account password

Re: SSH2 + HostbasedAuthentication

2001-10-09 Thread Osamu Aoki
ation is working as well. For SSH2, you need to set up ~/.ssh/authorized_keys2 instead. I am on the way of updating. I have not tried yet ;-) > I set "HostbasedAuthentication yes" in /etc/ssh/sshd_config. I then > added the public keys from the other hosts to /etc/ssh/ssh_known_

SSH2 + HostbasedAuthentication

2001-10-08 Thread Walter Hofmann
bug1: PAM setting rhost to "gandalf.local" Failed none for wh from 192.168.1.2 port 1154 ssh2 [the client asks for the password now] [...] And from the client: [EMAIL PROTECTED]:~$ ssh -v aragorn.local OpenSSH_2.9p2, SSH protocols 1.5/2.0, OpenSSL 0x0090602f debug1: Reading configura

Re: ssh2 passwordless login does not work with ssh-keygen -t rsa?

2001-08-02 Thread Brian Sniffen
Yes, there's a distinction. DSA keys are for ssh2, RSA keys are for ssh1. There's some amount of debate as to which is more secure: ssh2 encrypts more of the data, but always uses the same Diffie-Hellman group (which means it's more likely somebody has sat down and cracked it).

Re: ssh2 passwordless login does not work with ssh-keygen -t rsa?

2001-08-02 Thread Vineet Kumar
* Britton ([EMAIL PROTECTED]) [010802 14:08]: > > I can use passworless ssh login just fine by copying the public key to the > ~/.ssh/authorized_keys2 of the machine I want to ssh to, without any > modification to /etc/ssh/ssh_config, provided the public key was generated > with ssh-keygen -t dsa

ssh2 passwordless login does not work with ssh-keygen -t rsa?

2001-08-02 Thread Britton
I can use passworless ssh login just fine by copying the public key to the ~/.ssh/authorized_keys2 of the machine I want to ssh to, without any modification to /etc/ssh/ssh_config, provided the public key was generated with ssh-keygen -t dsa and the passphrase left empty. When I try exactly the s

ssh2 (open ssh) compiled for stable?

2001-05-30 Thread Bryan Walton
I have a firewall running Debian stable that I don't want to upgrade to testing. I see that Open SSH version 2.5.2 is in testing and unstable and that 1.2.3 is the version in stable. Am I correct in thinking that the version for stable available at security.debian.org has the bug fixes backportte

Re: Where can I get ssh2 ?

2001-04-19 Thread Michael Abraham Shulman
"Noah" == Noah L Meyerhans <[EMAIL PROTECTED]> writes: Noah> The ssh package from unstable or testing supports ssh protocol Noah> version 2. If you really really need the commercial SSH2, you Noah> can get it from http://www.ssh.com. But you probably don't need

Re: Where can I get ssh2 ?

2001-04-19 Thread Noah L. Meyerhans
On Thu, Apr 19, 2001 at 12:49:38PM -0700, Michael Abraham Shulman wrote: > There used to be a package called ssh2, but I can't find it any more. > The package ssh only appears to install ssh1. Am I missing something? The ssh package from unstable or testing supports ssh protocol ver

Where can I get ssh2 ?

2001-04-19 Thread Michael Abraham Shulman
There used to be a package called ssh2, but I can't find it any more. The package ssh only appears to install ssh1. Am I missing something? Thanks. \\// | R | T R | L B | //\\ ~ Michael Abraham Shulman mailto:[EMAIL PROTECTED] ~ jabber://[EMAIL PROTECTED] http://kurukshetra.cjb.net/ ~

Re: SSH1 - SSH2 Connectivity

2001-04-18 Thread debuser
First install a ssh1 package (I think the ssh package is it), then do the following (from /usr/share/doc/ssh2/SSH2.QUICKSTART.gz): >>> Then add the following 2 lines to ssh2_config placed at the same directory of sshd2_config. With this configuration, ssh2 client will invoke ssh1 cl

SSH1 - SSH2 Connectivity

2001-04-18 Thread dansan
Hello all, I have succesfully installed the debian package for ssh2 (and sshd2) and it works marvellously. The only problem I'm having is that I'm supposed to connect to some machines that are running sshd1 and I get an "Illegal protocol version" error... How can I work aroun

Re: Moving from openssh to ssh2

2001-04-16 Thread Ilya Martynov
SMK> I want to run ssh2 because I really like the convenience and SMK> security of using both the ssh2 server and ssh2 client software. SMK> I am very comfortable using public keys for authentication and SMK> want to allow only logins with that public keys. (I already know SMK> h

Moving from openssh to ssh2

2001-04-16 Thread Steven M. Kachocki
I want to run ssh2 because I really like the convenience and security of using both the ssh2 server and ssh2 client software. I am very comfortable using public keys for authentication and want to allow only logins with that public keys. (I already know how to configure the ssh2_config and

Re: ssh2 into woody

2001-04-10 Thread Jan-Hendrik Palic
On Tue, Apr 10, 2001 at 01:17:01PM -0500, Jorge Santos wrote: > Hello, > > Does anyone knows if there is any chance that OpenSSH 2.* will make it > into Woody? > > How does the inclusion/upgrade of new packages into testing works > anyhow? Hi... I downloaded the sources from sid and buil them,

ssh2 into woody

2001-04-10 Thread Jorge Santos
Hello, Does anyone knows if there is any chance that OpenSSH 2.* will make it into Woody? How does the inclusion/upgrade of new packages into testing works anyhow? thanx jorge santos

Re: ssh2 <--> openssh public key authentication

2001-04-02 Thread Brian May
> "Rob" == Rob Mahurin <[EMAIL PROTECTED]> writes: Rob> Let me know if this helps or if you need more info. hmmm... I got DSA authentication working with localhost, by using ssh -2, then ssh-keygen suddenly started working. Don't ask me why, as I it doesn't make a lot of sense to me. --

Re: ssh2 <--> openssh public key authentication

2001-04-02 Thread Rob Mahurin
On Sun, Apr 01, 2001 at 01:01:08PM +1000, Brian May wrote: > Rob> Hello, I am trying to set up public-key authentication > Rob> between a SunOS box ("larry") running ssh2 and a dialup > Rob> Debian box ("peon") running potato with OpenSSH 1:2.5.2p2

Re: ssh2 <--> openssh public key authentication

2001-03-31 Thread Brian May
>>>>> "Rob" == Rob Mahurin <[EMAIL PROTECTED]> writes: Rob> Hello, I am trying to set up public-key authentication Rob> between a SunOS box ("larry") running ssh2 and a dialup Rob> Debian box ("peon") running potato with Open

Re: ssh2 <--> openssh public key authentication

2001-03-29 Thread Alan Shutko
Rob Mahurin <[EMAIL PROTECTED]> writes: > Answered my own question: I needed to have the line > "IdentityFile /home/alphenglor/.ssh/id_dsa", since .ssh/config doesn't > have access to the value of HOME. It seems to work with ~, though. My .ssh/config uses ~/.ssh... and works fine. -- Alan Sh

Re: ssh2 <--> openssh public key authentication

2001-03-29 Thread Rob Mahurin
On Thu, Mar 29, 2001 at 02:19:16PM -0500, Rob Mahurin wrote: > On peon I have: > .ssh/config containing PubkeyAuthentication yes > and IdentityFile $HOME/.ssh/id_dsa Answered my own question: I needed to have the line "IdentityFile /home/alphengl

ssh2 <--> openssh public key authentication

2001-03-29 Thread Rob Mahurin
Hello, I am trying to set up public-key authentication between a SunOS box ("larry") running ssh2 and a dialup Debian box ("peon") running potato with OpenSSH 1:2.5.2p2-1 compiled from sid. From larry, the SunOS box, I can do "ssh peon" without being prompted fo

Re: ssh1 and ssh2 ???

2000-12-29 Thread J.H.M. Dassen \(Ray\)
On Fri, Dec 29, 2000 at 12:39:56 +0100, Jens Lauterbach wrote: > I started with the debian package ssh upgraded to ssh2 (the installation > removed the ssh package) now I can only run ssh2, but i want to run both > ssh1 and ssh2. Why? The "ssh" package is OpenSSH, which sup

ssh1 and ssh2 ???

2000-12-29 Thread Jens Lauterbach
hi I started with the debian package ssh upgraded to ssh2 (the installation removed the ssh package) now I can only run ssh2, but i want to run both ssh1 and ssh2. BUT when i try to apt-get install ssh it tells me that it will remove the ssh2 package, so is the right way to FORCE installation or

Re: what happened to ssh2?

2000-11-12 Thread J.H.M. Dassen \(Ray\)
On Sat, Nov 11, 2000 at 22:27:16 -0800, Krzys Majewski wrote: > Where did the ssh2 in stable go? IIRC, the maintainer was no longer interested in maintaining it, nor was anyone else. Newer versions of OpenSSH support the SSH protocol v2; you might try that instead. HTH, Ray -- UNFAIR T

what happened to ssh2?

2000-11-12 Thread Krzys Majewski
Where did the ssh2 in stable go? -chris

Re: ssh2 limited by users

2000-08-19 Thread kmself
On Sat, Aug 19, 2000 at 03:07:17PM +, Jaume Teixi wrote: > how to configure sshd2 in order to leave access from any ip and restrict > to only some limited system users or group ? $ man sshd search: AllowUsers -- Karsten M. Self http://www.netcom.com/~kmself Evangelist, Opensa

ssh2 limited by users

2000-08-19 Thread Jaume Teixi
how to configure sshd2 in order to leave access from any ip and restrict to only some limited system users or group ? thanks, jaume

Re: ssh2 by users

2000-08-11 Thread kmself
On Fri, Aug 11, 2000 at 10:36:01AM +, Jaume Teixi wrote: > how to restrict which users can access throught ssh2 ? man ssh | grep -i users -- Karsten M. Self http://www.netcom.com/~kmself Evangelist, Opensales, Inc.http://www.opensales.org What part of "

ssh2 by users

2000-08-11 Thread Jaume Teixi
how to restrict which users can access throught ssh2 ? thanks, jaume.

ssh-{add,agent} equivilent for ssh2?

2000-07-31 Thread Gregory T. Norris
I was wondering if there were any equivalent to ssh-add and ssh-agent which work with DSA keys (SSH2 protocol)? I'm running ssh 2.1.1p4-2 (aka OpenSSH) on woody. Thanx! pgpDUPW57cfvo.pgp Description: PGP signature

RE: ssh1<->ssh2

2000-06-26 Thread Dr. Orange
You shouldn't have sshd1 and 2 start up. Rather, you want sshd2 to start up, and call on sshd1 if someone tries to conect through this method. to do it: - clear the init.d (and or cron) scripts that start up sshd1 - open /etc/ssh2/sshd2_config - set "Port" to 2

Re: ssh1<->ssh2

2000-06-26 Thread dyer
Geza GYORGYI wrote: > In potato I would like to have ssh2 with ssh1 compatibility. I > installed ssh-nonfree for ssh1, also installed ssh2, and set in > /etc/ssh2_config the option Ssh1AgentCompatibility to > "traditional".Both daemons were fired up by the install

RE: ssh1<->ssh2

2000-06-26 Thread Jason Holland
Better yet, install openssh. it has both sshv1 and sshv2 support. http://www.openssh.com Jason > > In potato I would like to have ssh2 with ssh1 compatibility. I > installed ssh-nonfree for ssh1, also installed ssh2, and set in > /etc/ssh2_config the option Ssh1AgentComp

ssh1<->ssh2

2000-06-26 Thread Geza GYORGYI
In potato I would like to have ssh2 with ssh1 compatibility. I installed ssh-nonfree for ssh1, also installed ssh2, and set in /etc/ssh2_config the option Ssh1AgentCompatibility to "traditional".Both daemons were fired up by the installer, and they are now running simultaneously

Re: OpenSSH <--> SSH2 interoperability

2000-04-22 Thread Kirk Hilliard
Problem solved. Brian Moore provided this concise explanation via email: -- 8< -- > I thought that various versions of ssh played well together even with > OpenSSH's default configuration, but the name "SSH2 compatibili

OpenSSH <--> SSH2 interoperability

2000-04-22 Thread Kirk Hilliard
sshd(8) tells of a -V switch -V client_protocol_id SSH2 compatibility mode. When this options is specified sshd assumes the client has sent the given version string and skips the Protocol Version Identification Exchange. but I can't find this further docum

Re: What happens with pakages ssh2

2000-04-05 Thread Chanop Silpa-Anan
Once upon a time, I heard Dave Sherohman say > Jaume Teixi said: > > Afer doing an update on frozen distribution, now ssh2 appears as > > Obsolete/local > > so, what happens ? > > Don't know if it's related, but, after encountering the exact same proble

Re: What happens with pakages ssh2

2000-04-04 Thread Dave Sherohman
Jaume Teixi said: > Afer doing an update on frozen distribution, now ssh2 appears as > Obsolete/local > so, what happens ? Don't know if it's related, but, after encountering the exact same problem, I went out to the Debian website, grabbed the latest ssh2 deb, and installe

Re: What happens with pakages ssh2

2000-04-04 Thread Colin Watson
[EMAIL PROTECTED] wrote: >Afer doing an update on frozen distribution, now ssh2 appears as >Obsolete/local >so, what happens ? It's been removed for having unfixed release-critical bugs. See: http://www.debian.org/Lists-Archives/debian-devel-announce-0003/ msg00023.html

What happens with pakages ssh2

2000-04-04 Thread Jaume Teixi
Afer doing an update on frozen distribution, now ssh2 appears as Obsolete/local so, what happens ? Also previously I had seen rmagic for use with analog pkg but not now, so why ? thanks begin:vcard n:Teixi;Jaume tel;fax:972 46 31 14 tel;work:972 46 30 50 x-mozilla-html:TRUE url:http://www

Re: SSH SSH2 and XTERM

2000-03-21 Thread Fabio Massimo Di Nitto
Fabio Massimo Di Nitto wrote: Thanks a lot to everyone in the chat! ^^SORRY I WAS THINKING TO ANOTHER THING : Fabio

SSH SSH2 and XTERM

2000-03-21 Thread Fabio Massimo Di Nitto
Hi all guys, a really strange problem is afecting my debian boxes. when i try to open ssh/ssh2 connection in xterm after the logon section i'm not able to see something more in the xterm. i'm sure the connection is established and if i do it from a text console it works fine. Al

Re: Re: ssh2

2000-01-17 Thread Paolo Pedaletti
Ciao Louis Larry, > I added > deb http://non-us.debian.org/debian-non-US unstable non-US/main > non-US/contrib non-US/non-free interesting! I have: deb ftp://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free (unstable/non-US) while you have "unstable" and the 'non-US' s

Re: ssh2

2000-01-17 Thread Louis Larry
Got it, thank's! I added deb http://non-us.debian.org/debian-non-US unstable non-US/main non-US/contrib non-US/non-free to my sources.list, then did apt-get update, apt-get install ssh2 Louis. On Sat, 15 Jan 2000, Chanop Silpa-Anan wrote: > You have to have apt point to nonus

Re: ssh2

2000-01-15 Thread Chanop Silpa-Anan
You have to have apt point to nonus site ie mirror.aarnet.edu.au Chanop On Sat, Jan 15, 2000 at 07:50:24PM +0700, Louis Larry wrote: > > Where can I get ssh2 for potato? > > apt-get install ssh2 gets: > Package ssh2 has no available version, but exists in the datab

ssh2

2000-01-15 Thread Louis Larry
Where can I get ssh2 for potato? apt-get install ssh2 gets: Package ssh2 has no available version, but exists in the database. Louis.

  1   2   >