Re: ssh X11 forwarding not working on FreeBSD 6.2

2007-07-24 Thread Terry Todd
On Tue, Jul 24, 2007 at 09:48:05AM -0700, Michael S. Eubanks wrote: ... > Start by changing the following line from > > X11DisplayOffset 10 > > to > > X11DisplayOffset 1 ... OK, I tried that. No difference. Here's what heppened on the FreeBSD 6.2 system: $ $ echo $DISPLAY localhost:1.0 $ $ xh

Re: ssh X11 forwarding not working on FreeBSD 6.2

2007-07-24 Thread Michael S. Eubanks
On Tue, 2007-07-24 at 10:59 -0500, Terry Todd wrote: > I have installed Xming successfully on a Windows XP system. > It works OK to a FC6 system and an older UNIXware system. > > However when trying to connect to a FreeBSD 6.2 system with PuTTY > ssh it doesn't work. PuTTY has Enable X11 forwa

Re: ssh-copy-id

2007-07-14 Thread Gustavo De Nardin
On 13/07/07, Pollywog <[EMAIL PROTECTED]> wrote: Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, what is the best way to copy a public key to an account on another host? Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in their OpenSSH packages. Well

Re: ssh-copy-id

2007-07-13 Thread Jonathan Horne
On Friday 13 July 2007 11:51:12 Pollywog wrote: > Since FreeBSD does not have ssh-copy-id as part of the OpenSSH package, > what is the best way to copy a public key to an account on another host? > Some Linuxes (Debian and Ubuntu) have a ssh-copy-id script for this in > their OpenSSH packages. >

Re: SSH question (some kind off-topic)

2007-05-19 Thread Kevin Hunter
At 5:42p -0400 on 19 May 2007, Arvee Klesk wrote: Hi list. When a password is send (via a POP3 session without SSL, or without establishing a secure connection) it can be retrieved by the ISP, or somebody ahead, right. AFAIK, making an SSH session to a server and forwarding, for instance, port

Re: ssh via html

2007-03-22 Thread youshi10
On Thu, 22 Mar 2007, Alain G. Fabry wrote: On Thu, Mar 22, 2007 at 02:28:21PM +0100, Koen de Wijs wrote: Maybe this site will help http://www.netspace.org/ssh/ Hello, I want to login on my freebsd remotely by ssh. I don't want to download putty every time I want to login in my compter fro

Re: ssh via html

2007-03-22 Thread Eric P. Scott
>I want to login on my freebsd remotely by ssh. >I would like a html website that makes a shell and do everything over ssl. You're asking for different things, but you should be asking for different things--because there probably isn't a single solution that will work in all cases. Web-based Op

Re: ssh via html

2007-03-22 Thread Eric
Derek Ragona wrote: Why don't you put putty on a USB thumb drive and run it from there? -Derek i like this version of putty. its all file based, not the registry, so all your settings and hosts are there: http://jakub.kotrla.net/putty/ its really nice Eric

Re: ssh via html

2007-03-22 Thread Derek Ragona
Why don't you put putty on a USB thumb drive and run it from there? -Derek At 08:28 AM 3/22/2007, Koen de Wijs wrote: Hello, I want to login on my freebsd remotely by ssh. I don't want to download putty every time I want to login in my compter from a computer that isn't mine. I woul

Re: ssh via html

2007-03-22 Thread Alain G. Fabry
On Thu, Mar 22, 2007 at 02:28:21PM +0100, Koen de Wijs wrote: Maybe this site will help http://www.netspace.org/ssh/ > Hello, > > I want to login on my freebsd remotely by ssh. > I don't want to download putty every time I want to login in my compter > from a computer that isn't mine. > I

Re: ssh via html

2007-03-22 Thread Bill Moran
In response to Koen de Wijs <[EMAIL PROTECTED]>: > Hello, > > I want to login on my freebsd remotely by ssh. > I don't want to download putty every time I want to login in my compter > from a computer that isn't mine. > I would like a html website that makes a shell and do everything over ssl.

Re: ssh login as root

2007-03-10 Thread Wojciech Puchar
On Sat, 10 Mar 2007, Jerry McAllister wrote: On Sat, Mar 10, 2007 at 05:55:54PM +0200, Dima Sorkin wrote: Hi. It _seems_ that FreeBSD does not allow root to login remotely via ssh. see /etc/ssh/sshd_config and change permitroot to yes ___ freeb

Re: ssh login as root

2007-03-10 Thread Jerry McAllister
On Sat, Mar 10, 2007 at 06:43:43PM +0200, Dima Sorkin wrote: > Hi. > Actually I would prefer to do it via "su". > Here a really newbie question: > 1) How do I join regular user to 'wheel' group ? > 2) How do I join a user to some group 'some_group' ?. > Which manpage to read ? Just edit the /etc/

Re: ssh login as root

2007-03-10 Thread Jerry McAllister
On Sat, Mar 10, 2007 at 05:55:54PM +0200, Dima Sorkin wrote: > Hi. > It _seems_ that FreeBSD does not allow root to login remotely via ssh. > I can miss something, but if I right, how > do I allow it ? You can change the config file to allow it, but that is considered poor security. The thing t

Re: ssh login as root

2007-03-10 Thread J.D. Bronson
At 06:43 PM 3/10/2007 +0200, you wrote: Hi. Actually I would prefer to do it via "su". Here a really newbie question: 1) How do I join regular user to 'wheel' group ? 2) How do I join a user to some group 'some_group' ?. Which manpage to read ? Thanks, Dima. Easiest way? vi /etc/group man gr

Re: ssh login as root

2007-03-10 Thread David Schulz
Hi, man pw here is a nice tutorial -> http://www.bsdguides.org/guides/freebsd/ beginners/manage_users_pw.php Bye, David On Mar 11, 2007, at 12:43 AM, Dima Sorkin wrote: Hi. Actually I would prefer to do it via "su". Here a really newbie question: 1) How do I join regular user to 'wheel' gr

Re: ssh login as root

2007-03-10 Thread Bill Moran
On Sat, 10 Mar 2007 18:43:43 +0200 "Dima Sorkin" <[EMAIL PROTECTED]> wrote: > Hi. > Actually I would prefer to do it via "su". > Here a really newbie question: > 1) How do I join regular user to 'wheel' group ? > 2) How do I join a user to some group 'some_group' ?. > Which manpage to read ? man

Re: ssh login as root

2007-03-10 Thread Boris Samorodov
On Sat, 10 Mar 2007 17:55:54 +0200 Dima Sorkin wrote: > It _seems_ that FreeBSD does not allow root to login remotely via ssh. > I can miss something, but if I right, how > do I allow it ? One should never login (local or remote) as root. Use an ordinary login and then su/sudo only at a short per

Re: ssh login as root

2007-03-10 Thread Dima Sorkin
Hi. Actually I would prefer to do it via "su". Here a really newbie question: 1) How do I join regular user to 'wheel' group ? 2) How do I join a user to some group 'some_group' ?. Which manpage to read ? Thanks, Dima. On 3/10/07, Guido Demmenie <[EMAIL PROTECTED]> wrote: Default setting is th

Re: ssh login as root

2007-03-10 Thread Jeremy Gransden
On 3/10/07, Dima Sorkin <[EMAIL PROTECTED]> wrote: Hi. It _seems_ that FreeBSD does not allow root to login remotely via ssh. I can miss something, but if I right, how do I allow it ? Thanks and regards, Dima. ___ freebsd-questions@freebsd.org mailing

Re: ssh login as root

2007-03-10 Thread David Schulz
You must specify to allow root in your sshd_config. noone will ever recommend that you do that though. On Mar 10, 2007, at 11:55 PM, Dima Sorkin wrote: Hi. It _seems_ that FreeBSD does not allow root to login remotely via ssh. I can miss something, but if I right, how do I allow it ? Thanks a

Re: ssh to VMS - terminal problems

2007-02-22 Thread Thomas Dickey
On Thu, Feb 22, 2007 at 01:04:39AM -0800, [EMAIL PROTECTED] wrote: > > > yes - VMS only knows about DEC-compatible terminals. None of > > > the *BSD console emulators do well enough to be usable on VMS. > > > > > > xterm supports ANSI color, VT220 emulation and UTF-8 > > > There's an faq at > > >

Re: ssh to VMS - terminal problems

2007-02-22 Thread perryh
> > yes - VMS only knows about DEC-compatible terminals. None of > > the *BSD console emulators do well enough to be usable on VMS. > > > > xterm supports ANSI color, VT220 emulation and UTF-8 > > There's an faq at > > http://invisible-island.net/xterm/xterm.faq.html > > ftp://invisible-i

Re: ssh to VMS - terminal problems

2007-02-20 Thread Thomas Dickey
On Tue, Feb 20, 2007 at 07:05:37PM +, Anton Shterenlikht wrote: > On Tue, Feb 20, 2007 at 11:45:17AM -0500, Thomas Dickey wrote: > > On Tue, Feb 20, 2007 at 03:51:57PM +, Anton Shterenlikht wrote: > > > > > If I run ssh from a terminal emulator in xorg, all seems fine. > > > > yes - VMS o

Re: ssh to VMS - terminal problems

2007-02-20 Thread Anton Shterenlikht
On Tue, Feb 20, 2007 at 11:45:17AM -0500, Thomas Dickey wrote: > On Tue, Feb 20, 2007 at 03:51:57PM +, Anton Shterenlikht wrote: > > > If I run ssh from a terminal emulator in xorg, all seems fine. > > yes - VMS only knows about DEC-compatible terminals. None of the *BSD > console emulators

Re: ssh to VMS - terminal problems

2007-02-20 Thread Thomas Dickey
On Tue, Feb 20, 2007 at 03:51:57PM +, Anton Shterenlikht wrote: > If I run ssh from a terminal emulator in xorg, all seems fine. yes - VMS only knows about DEC-compatible terminals. None of the *BSD console emulators do well enough to be usable on VMS. xterm supports ANSI color, VT220 emula

Re: SSH woes

2007-02-02 Thread Brian A. Seklecki
Don't login as root... It's not good practise, SSH on BSD by default does also not allow for it. Add your normal user to the wheel group, use that to login The top Linux distros screw up a bunch of the ssh_config(5) and sshd_config(5) defaults. ~BAS __

Re: SSH woes

2007-02-02 Thread Jeffrey Belles
On Fri, 2 Feb 2007 18:37:14 +0530, Arindam wrote > I have a Pentium III 733 Mhz box with 512 MB RAM running FreeBSD 6.1. > I also have a second box with Fedora Core 2. I tried connecting to my > FreeBSD box using ssh from my Fedora Core 2 machine. > > # ssh -l root > Password: > Password: > Pass

Re: SSH woes

2007-02-02 Thread cknipe
> # ssh -l root > Password: > Password: > Password: > > It kept asking me for Password: although everytime I put the correct > value. I tried out clearing the .ssh* files in my home directories and > trying to reconnect. None of it worked. Don't login as root... It's not good practise, SSH on B

Re: SSH woes

2007-02-02 Thread Vince
Arindam wrote: > I have a Pentium III 733 Mhz box with 512 MB RAM running FreeBSD 6.1. > I also have a second box with Fedora Core 2. I tried connecting to my > FreeBSD box using ssh from my Fedora Core 2 machine. > > # ssh -l root > Password: > Password: > Password: > > It kept asking me for Pa

Re: SSH woes

2007-02-02 Thread usleepless
Arindam, On 2/2/07, Arindam <[EMAIL PROTECTED]> wrote: I have a Pentium III 733 Mhz box with 512 MB RAM running FreeBSD 6.1. I also have a second box with Fedora Core 2. I tried connecting to my FreeBSD box using ssh from my Fedora Core 2 machine. # ssh -l root Password: Password: Password: I

Re: ssh w/ rsa certs not working

2007-01-24 Thread Kevin Kinsey
Gabriel Rossetti wrote: Hello, I tried to setup ssh on a FreeBSD 4.8 (OpenSSH_3.5p1) to use certificates to log in to a FreeBSD 6.1 (OpenSSH_4.2p1) machine, but it still asks for a password. The user needing to log in is root (I know this is not good and turned off by default), so I re-en

Re: ssh public key authentification

2007-01-20 Thread Christian Baer
On Fri, 19 Jan 2007 09:53:23 -0600 Kirk Strauser wrote: >> Why not? Group write is plenty enough for someone else to replace the >> .ssh directory with another one, so sshd checks for that. > > To replace it with another 700 directory owned by the user, containing a 40= > file also owned by the u

Re: ssh public key authentification

2007-01-19 Thread Kirk Strauser
On Friday 19 January 2007 9:10 am, Ceri Davies wrote: > Why not? Group write is plenty enough for someone else to replace the > .ssh directory with another one, so sshd checks for that. To replace it with another 700 directory owned by the user, containing a 400 file also owned by the user? --

Re: ssh public key authentification

2007-01-19 Thread Ceri Davies
On Thu, Jan 18, 2007 at 05:00:56PM -0600, Kirk Strauser wrote: > On Thursday 18 January 2007 16:44, Christian Baer wrote: > > > The problem was not the authorized_keys file itself, it was my home > > directory. > > I don't think so. More likely, it was the .ssh directory itself. Why not? Group

Re: ssh public key authentification

2007-01-19 Thread Christian Baer
Kirk Strauser wrote: >> The problem was not the authorized_keys file itself, it was my home >> directory. > I don't think so. More likely, it was the .ssh directory itself. Nope. :-) The only thing I changed was /usr/home/christian from mode 770 to mode 750. Then it worked. I'm guessing it wa

Re: ssh public key authentification

2007-01-18 Thread Kirk Strauser
On Thursday 18 January 2007 16:44, Christian Baer wrote: > The problem was not the authorized_keys file itself, it was my home > directory. I don't think so. More likely, it was the .ssh directory itself. -- Kirk Strauser pgpXWYQbAuWpq.pgp Description: PGP signature

Re: ssh public key authentification

2007-01-18 Thread Christian Baer
On Thu, 18 Jan 2007 12:14:34 -0600 Noel Jones wrote: > Did you copy the displayed "Public key for pasting into OpenSSH" from > PuttyGEN, or did you paste the actual contents of the public key? > Putty's on-disk format for public keys is not compatible with OpenSSH. Yeah, I got that right. sshd wa

Re: ssh public key authentification

2007-01-18 Thread Christian Baer
On Thu, 18 Jan 2007 11:50:52 -0600 Parker Anderson wrote: > Have you verified the permissions of the authorized_keys file on the > server? If you have permissions set too loose (e.g. unneeded > read/write permission to groups/other users), sshd may be refusing to > trust that file. The directory

Re: ssh public key authentification

2007-01-18 Thread Noel Jones
On 1/18/07, Christian Baer <[EMAIL PROTECTED]> wrote: The whole thing should be pretty trivial: I created a key using PuTTY, copied the public key to ~/.ssh/authorized_keys (everthing in one line), chose the private key in PuTTY and tried to log in. All I got in response was: "Server refused out

Re: ssh public key authentification

2007-01-18 Thread Parker Anderson
Hello Christian, On 1/18/07, Christian Baer <[EMAIL PROTECTED]> wrote: Hi peeps! This may not seem to be a real FreeBSD-issue, but I've gotten this to run on several other machines, just not my Sun running FreeBSD. To clarify this: I haven't really tried this on any other FreeBSD system recentl

Re: SSH connection from within a jail

2007-01-17 Thread Andras GELANYI
the solution and a brief discussion can be seen here in case you are interested: http://lists.freebsd.org/pipermail/freebsd-hackers/2005-November/014450.html andras Greg Albrecht wrote: are you using the default /etc/ssh/sshd_config? i'm currently running jails with ssh and don't recall having

Re: SSH connection from within a jail

2007-01-12 Thread Greg Albrecht
are you using the default /etc/ssh/sshd_config? i'm currently running jails with ssh and don't recall having this problem. the only thing i remember explicitly having to do is tell sshd to bind to the jail's IP. -g On 12/01/07, Andras GELANYI <[EMAIL PROTECTED]> wrote: Do you know how can I ini

Re: ssh client affecting fonts?

2006-12-04 Thread Eric
Alex Zbyslaw wrote: Eric wrote: So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex i have tried xte

Re: ssh client affecting fonts?

2006-12-04 Thread Alex Zbyslaw
Eric wrote: So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex i have tried xterm, linux, ansi, etc

Re: ssh client affecting fonts?

2006-12-03 Thread Eric
hackmiester (Hunter Fuller) wrote: On 1 December 2006, at 11:28, Eric wrote: oops im an idiot. try this URL http://mikestammer.com/upload/portconfig.png Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try ag

Re: ssh client affecting fonts?

2006-12-03 Thread hackmiester (Hunter Fuller)
On 1 December 2006, at 11:28, Eric wrote: oops im an idiot. try this URL http://mikestammer.com/upload/portconfig.png Object not found! The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again. If you think this is a serve

Re: ssh client affecting fonts?

2006-12-01 Thread Eric
Eric wrote: Alex Zbyslaw wrote: So what terminal type is set when you use SecureCRT? putty will use something like xterm or vt100 both of which will display make config correctly, but a setting for a dumb terminal or no setting will look more like your screenshot. --Alex i have tried xt

Re: ssh client affecting fonts?

2006-12-01 Thread Eric
Alex Zbyslaw wrote: Eric wrote: hello, for some reason, when i do a 'make config' on a port, the border that used to be solid lines is no longer that way (at least when using SecureCRT). However, when i use putty, it looks as expected (and it used to in SecureCRT) a screen shot is here:

Re: ssh client affecting fonts?

2006-12-01 Thread Alex Zbyslaw
Eric wrote: hello, for some reason, when i do a 'make config' on a port, the border that used to be solid lines is no longer that way (at least when using SecureCRT). However, when i use putty, it looks as expected (and it used to in SecureCRT) a screen shot is here: http://mikestammer.co

Re: ssh client affecting fonts?

2006-12-01 Thread Eric
hackmiester (Hunter Fuller) wrote: Authentication required! This server could not verify that you are authorized to access the URL "/private/portconfig.png". You either supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials requir

Re: ssh client affecting fonts?

2006-12-01 Thread hackmiester (Hunter Fuller)
Authentication required! This server could not verify that you are authorized to access the URL "/private/portconfig.png". You either supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required. In case you are allowed to

RE: ssh over http

2006-11-29 Thread cbadescu
Hi, >> > On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: >> > > Hello All, >> > > Is there any ssh over http implementation available for freebsd? If yout proxy supports CONNECT method for certain port (usually 443 is open because is used for HTTPS), then you just need to have ssh listenin

Re: ssh over http

2006-11-29 Thread Andrew Pantyukhin
On 11/29/06, Atom Powers <[EMAIL PROTECTED]> wrote: On 11/29/06, Tom Judge <[EMAIL PROTECTED]> wrote: > Atom Powers wrote: > > On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: > >> Hello All, > >> Is there any ssh over http implementation available for freebsd? > > > > That doesn't even mak

Re: ssh over http

2006-11-29 Thread Atom Powers
On 11/29/06, Tom Judge <[EMAIL PROTECTED]> wrote: Atom Powers wrote: > On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: >> Hello All, >> Is there any ssh over http implementation available for freebsd? > > That doesn't even make sense. SSH is a transport layer protocol, HTTP > is an applica

Re: ssh over http

2006-11-29 Thread Tom Judge
Atom Powers wrote: On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. Both HTTP and SSH are application lev

Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin
On 11/29/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: I think its pretty safe at this point in time to expect that everyone with a computer far less than the list is familiar with google. Probably a more helpful response would have been for you to recommend something you have experience with. So

RE: ssh over http

2006-11-28 Thread Ansar Mohammed
m Powers > Cc: Ansar Mohammed; freebsd-questions@freebsd.org > Subject: Re: ssh over http > > On 11/28/06, Atom Powers <[EMAIL PROTECTED]> wrote: > > On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: > > > Hello All, > > > Is there any ssh over

Re: ssh over http

2006-11-28 Thread Andrew Pantyukhin
On 11/28/06, Atom Powers <[EMAIL PROTECTED]> wrote: On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: > Hello All, > Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. Lis

Re: ssh over http

2006-11-28 Thread Ansar Mohammed
Got one! http://www.ericdaugherty.com/dev/sshwebproxy/ allot of vendors are now encapsulating their application protocols in http... eg. citrix ica, exchange server mapi, msn messenger, there is even a project to provide access to fileshares with samba over ssl see: http://www.sslbridge.com/ Eve

Re: ssh over http

2006-11-28 Thread Garrett Cooper
Jerry McAllister wrote: On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote: Hello All, Is there any ssh over http implementation available for freebsd? I guess I would expect that to read http over ssh. Is that what you mean. jerry If you want SSH access from a bro

Re: ssh over http

2006-11-28 Thread Jerry McAllister
On Mon, Nov 27, 2006 at 11:54:27PM -0500, Ansar Mohammed wrote: > Hello All, > Is there any ssh over http implementation available for freebsd? I guess I would expect that to read http over ssh. Is that what you mean. jerry > ___ > freebsd-questio

Re: ssh over http

2006-11-28 Thread Joe Holden
Atom Powers wrote: > On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: >> Hello All, >> Is there any ssh over http implementation available for freebsd? > > That doesn't even make sense. SSH is a transport layer protocol, HTTP > is an application layer protocol. > If you mean by a HTTP prox

Re: ssh over http

2006-11-28 Thread Atom Powers
On 11/27/06, Ansar Mohammed <[EMAIL PROTECTED]> wrote: Hello All, Is there any ssh over http implementation available for freebsd? That doesn't even make sense. SSH is a transport layer protocol, HTTP is an application layer protocol. -- Perfection is just a word I use occasionally with mustar

Re: ssh tunnel - remote access through nat

2006-10-13 Thread Solovyov, Evgeny
On 25.07.06 12:03 , Drew wrote: > Hi, > I've got a box that's nat'd out to the internet. It is occassionally > neccessary for me to access this box remotely. The obvious answer is: > > ssh -R :localhost:22 remote.box cat > > run from the nat'd box where remote box is a place I pretty much alw

Re: ssh tunnel - remote access through nat

2006-10-10 Thread martinko
Chuck Swiger wrote: > On Oct 10, 2006, at 2:55 PM, martinko wrote: >> [ ... ] >> The thing is that if I just simply create an rc script to achieve this, >> the script is run under root and ssh cannot make use of public key >> authentication which is set up now for a user running it manually. >> Or

Re: ssh tunnel - remote access through nat

2006-10-10 Thread Chuck Swiger
On Oct 10, 2006, at 2:55 PM, martinko wrote: [ ... ] The thing is that if I just simply create an rc script to achieve this, the script is run under root and ssh cannot make use of public key authentication which is set up now for a user running it manually. Or is there a way to change identit

Re: ssh tunnel - remote access through nat

2006-10-10 Thread martinko
Nikos Vassiliadis wrote: > On Tuesday 25 July 2006 20:03, Drew wrote: >> Hi, >> I've got a box that's nat'd out to the internet. It is occassionally >> neccessary for me to access this box remotely. The obvious answer is: >> >> ssh -R :localhost:22 remote.box cat >> >> run from the nat'd box wh

Re: ssh(d) "Failed keyboard-interactive/pam for invalid user"

2006-10-07 Thread Robert Huff
Per olof Ljungmark writes: > > Oct 3 22:47:44 jerusalem sshd[46280]: error: PAM: authentication error > for illegal user from bronze.lcs.mit.edu > > Oct 3 22:47:44 jerusalem sshd[46280]: Failed keyboard-interactive/pam for > invalid user from 128.31.0.11 port 63059 ssh2 > > Are you usi

Re: ssh(d) "Failed keyboard-interactive/pam for invalid user"

2006-10-07 Thread Per olof Ljungmark
Robert Huff wrote: One of my machines running: FreeBSD 7.0-CURRENT FreeBSD 7.0-CURRENT #0: Thu Aug 3 15:33:32 EDT 2006 has suddenly decided to deny all ssh connections, whether by key-exchange or password. When attempting the latter, this appears in auth.log: Oct 3 22

RE: SSH connection cut during dump on tape

2006-09-27 Thread Philippe Lang
[EMAIL PROTECTED] wrote: >> While doing a backup on an HP Ultrium LTO1 tape, my ssh connection >> froze, and since then, I'm not able to use the tape device anymore. > > Presumably there is another instance of dump or whatever is > still running; try to kill -INT or kill -9 it. Works just fine,

Re: SSH connection cut during dump on tape

2006-09-27 Thread Charles Swiger
On Sep 27, 2006, at 5:25 PM, Philippe Lang wrote: While doing a backup on an HP Ultrium LTO1 tape, my ssh connection froze, and since then, I'm not able to use the tape device anymore. Presumably there is another instance of dump or whatever is still running; try to kill -INT or kill -9 it.

Re: ssh problems ...

2006-07-31 Thread Eric
Kevin Brick wrote: > Hi All, > > I'm trying to ssh to a remote linux PC using the command: > > ssh [EMAIL PROTECTED] -l kb5 -v > > doing this presents me with an error below : > > OpenSSH_3.9p1, OpenSSL 0.9.7a Feb 19 2003 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applyi

Re: ssh tunnel - remote access through nat

2006-07-26 Thread Nikos Vassiliadis
On Tuesday 25 July 2006 20:03, Drew wrote: > Hi, > I've got a box that's nat'd out to the internet. It is occassionally > neccessary for me to access this box remotely. The obvious answer is: > > ssh -R :localhost:22 remote.box cat > > run from the nat'd box where remote box is a place I pretty

Re: ssh tunnel - remote access through nat

2006-07-25 Thread Chuck Swiger
Drew wrote: Hi, I've got a box that's nat'd out to the internet. It is occassionally neccessary for me to access this box remotely. The obvious answer is: ssh -R :localhost:22 remote.box cat run from the nat'd box where remote box is a place I pretty much always have access too from anywhe

Re: SSH tunneling to FreeBSD 6.x using entunnel ...

2006-06-23 Thread Marc G. Fournier
This worked perfectly, thank you ... On Thu, 22 Jun 2006, Lowell Gilbert wrote: "Marc G. Fournier" <[EMAIL PROTECTED]> writes: I have a client that has been using entunnel for the longest time to do an SSH tunnel into their vServer ... we've recently begun upgrading to FreeBSD 6.x, and entu

Re: SSH tunneling to FreeBSD 6.x using entunnel ...

2006-06-22 Thread Lowell Gilbert
"Marc G. Fournier" <[EMAIL PROTECTED]> writes: > I have a client that has been using entunnel for the longest time to > do an SSH tunnel into their vServer ... we've recently begun upgrading > to FreeBSD 6.x, and entunnel is no longer working (upgraded from > FreeBSD 4.x) ... > > Apparenty, bitvis

Re: ssh-copy-id?

2006-05-07 Thread Daniel Bye
On Sun, May 07, 2006 at 01:32:20PM -0400, Peter wrote: > Some documentation I have refers to the program ssh-copy-id to > faciliate the copying of a public key to a remote host. I can't locate > it on my FreeBSD 5.5 system nor on my OpenBSD 3.8 system. However, it > exists on my Slackware 10.2 bo

Re: ssh to Freebsd 6.1-UPDATE

2006-04-16 Thread Benjamin Lutz
On Monday 17 April 2006 00:46, Marwan Sultan wrote: > Sorry, > But forgot to say that this problem happens when there is no Internet > connection only! > But when internet sharing presents on my XP all works fine. > > Thank you and sorry again. > > >Hello, > > > > I just fresh installed FreeBSD 6.

RE: ssh to Freebsd 6.1-UPDATE

2006-04-16 Thread Marwan Sultan
Sorry, But forgot to say that this problem happens when there is no Internet connection only! But when internet sharing presents on my XP all works fine. Thank you and sorry again. Hello, I just fresh installed FreeBSD 6.0R, The box connected to a hub and 1 more computer XP connected t

RE: ssh session hangs when term is flooded with text.

2006-03-31 Thread fbsd_user
There is a patch to OpenSSH to fix the buffer size problem caused by the different operating systems OpenSSH runs on. When the host and remote are different operating systems the send/receive buffer sizes do not match and this causes drastic slow down. Like in using Winscp client connecting to a

Re: ssh session hangs when term is flooded with text.

2006-03-31 Thread Lowell Gilbert
"Nikolas Britton" <[EMAIL PROTECTED]> writes: > When I log into any FreeBSD box through the VPN (IPsec site-to-site) > my ssh session will eventually hang when a large amount of text/data > is displayed, for example compiler output, running top, running links > or lynx, etc. Obviously this is a ne

Re: ssh-tunnel only accounts

2006-03-30 Thread Dimitar Vasilev
authpf is your answer. 2006/3/30, Erik Norgaard <[EMAIL PROTECTED]>: > Hi: > > How do I add a user such that he can only establish a tunnel to some other > service running on the host? that is, what shell do I need? Is there a way > to restrict further what services they can connect to? > > Thanks

Re: SSH Tunneling Configureation

2006-02-07 Thread Michael P. Soulier
On 07/02/06 Ben Siemon said: > I have found a great deal of info about everything but the location of the > public keys but any insight into the whole problem would be very much > appreciated. If it's simple CVS over SSH access, then the public keys go into the user's $HOME/.ssh/authorized_keys f

Re: SSH with Public Key Authentication

2006-02-02 Thread david bryce
On Fri, 3 Feb 2006 05:35:21 +0200, "Giorgos Keramidas" <[EMAIL PROTECTED]> said: > On 2006-02-03 13:57, david bryce <[EMAIL PROTECTED]> wrote: > > We finally got everything to work using sshd2 [...] > > Cool! Thanks for posting the details as a followup. Unfortunately, the > "Attention Foo Bar"

Re: SSH with Public Key Authentication

2006-02-02 Thread Giorgos Keramidas
On 2006-02-03 13:57, david bryce <[EMAIL PROTECTED]> wrote: > We finally got everything to work using sshd2 [...] Cool! Thanks for posting the details as a followup. Unfortunately, the "Attention Foo Bar" stuff in the subject will make it hard for people looking in mailing list archives by subje

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Matthew Seaman
david bryce wrote: > On Thu, 2 Feb 2006 02:38:29 +0200, "Giorgos Keramidas" > <[EMAIL PROTECTED]> said: >> On 2006-02-02 11:27, david bryce <[EMAIL PROTECTED]> wrote: >>> On Thu, 2 Feb 2006 01:48:37 +0200, "Giorgos Keramidas" > I have tried using SSH in the past, and got stuck setting up the >>

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread david bryce
On Wed, 01 Feb 2006 16:59:53 -0800, "Micah" <[EMAIL PROTECTED]> said: > david bryce wrote: > > On Thu, 2 Feb 2006 01:04:19 +0100, "Daniel A." <[EMAIL PROTECTED]> said: > >>> Thanks again for taking the time to reply. I have tried using SSH in > >>> the past, and got stuck setting up the public key

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread david bryce
On Wed, 01 Feb 2006 16:59:53 -0800, "Micah" <[EMAIL PROTECTED]> said: > david bryce wrote: > > We are currently using pageant to manage the private key. However, > > the keys we are using are generated with puttygen (not from the > > server). The public key was then copied to the authorized_keys >

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread david bryce
On Thu, 2 Feb 2006 02:38:29 +0200, "Giorgos Keramidas" <[EMAIL PROTECTED]> said: > On 2006-02-02 11:27, david bryce <[EMAIL PROTECTED]> wrote: > >On Thu, 2 Feb 2006 01:48:37 +0200, "Giorgos Keramidas" > >>> I have tried using SSH in the past, and got stuck setting up the > >>> public key login (th

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Garrett Cooper
On Feb 1, 2006, at 4:54 PM, Giorgos Keramidas wrote: On 2006-02-02 00:57, albi <[EMAIL PROTECTED]> wrote: On Thu, 2 Feb 2006 01:48:37 +0200 Giorgos Keramidas <[EMAIL PROTECTED]> wrote: I spent a few hours yesterday trying to get SSH going again. I can login with SSH from the windows machine u

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Micah
david bryce wrote: On Thu, 2 Feb 2006 01:04:19 +0100, "Daniel A." <[EMAIL PROTECTED]> said: Thanks again for taking the time to reply. I have tried using SSH in the past, and got stuck setting up the public key login (that's why we're using pserver). I spent a few hours yesterday trying to get

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Giorgos Keramidas
On 2006-02-02 00:57, albi <[EMAIL PROTECTED]> wrote: >On Thu, 2 Feb 2006 01:48:37 +0200 >Giorgos Keramidas <[EMAIL PROTECTED]> wrote: >>> I spent a few hours yesterday trying to get SSH going again. I can >>> login with SSH from the windows machine using Putty, but only when >>> I use password auth

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Will Maier
On Thu, Feb 02, 2006 at 11:27:54AM +1100, david bryce wrote: > What about on the freebsd server side? Are there any logfiles I can > look at on the server? Thanks! I often find it more useful to temporarily run a second sshd on an alternate port, with stderr directed to the console and sshd in no-

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Garrett Cooper
On Feb 1, 2006, at 4:33 PM, david bryce wrote: On Thu, 2 Feb 2006 01:04:19 +0100, "Daniel A." <[EMAIL PROTECTED]> said: Thanks again for taking the time to reply. I have tried using SSH in the past, and got stuck setting up the public key login (that's why we're using pserver). I spent a few

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Giorgos Keramidas
On 2006-02-02 11:27, david bryce <[EMAIL PROTECTED]> wrote: >On Thu, 2 Feb 2006 01:48:37 +0200, "Giorgos Keramidas" >>> I have tried using SSH in the past, and got stuck setting up the >>> public key login (that's why we're using pserver). >>> >>> I spent a few hours yesterday trying to get SSH goi

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread david bryce
On Thu, 2 Feb 2006 01:04:19 +0100, "Daniel A." <[EMAIL PROTECTED]> said: > > Thanks again for taking the time to reply. I have tried using SSH in > > the past, and got stuck setting up the public key login (that's > > why we're using pserver). > > > > I spent a few hours yesterday trying to get SSH

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread david bryce
On Thu, 2 Feb 2006 01:48:37 +0200, "Giorgos Keramidas" > > Giorgos, > > > > Thanks again for taking the time to reply. I have tried using SSH in > > the past, and got stuck setting up the public key login (that's > > why we're using pserver). > > > > I spent a few hours yesterday trying to get SSH

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread Daniel A.
Try one or more of the following things: - Use puttygen to import your private key, and then export as .ppk - Load your key.ppk into pageant, and let it manage your private key(s) - Log in using your private key from the server (ie. login to the server with your password, and then from the shell ss

Re: SSH with Public Key Authentication (Was: Re: Attention: Giorgos Keramidas (Was: CVS Import Permissions))

2006-02-01 Thread albi
On Thu, 2 Feb 2006 01:48:37 +0200 Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > > I spent a few hours yesterday trying to get SSH going again. I can > > login with SSH from the windows machine using Putty, but only when > > I use password authentication. In order to use cvs with ssh (using > > th

<    1   2   3   4   5   6   7   8   >