Re: Permission denied with "OpenSSH for Windows"
From: Tonij (tonij67_at_hotmail.com)
Date: 06/28/04
- Next message: zenzibar: "putty request."
- Previous message: Tonij: "Re: Urgent request: Where does the authorized_keys file have to go on a Windows system?"
- In reply to: Jens Klüsener: "Permission denied with "OpenSSH for Windows""
- Next in thread: Jens Klüsener: "Re: Permission denied with "OpenSSH for Windows""
- Reply: Jens Klüsener: "Re: Permission denied with "OpenSSH for Windows""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 28 Jun 2004 10:17:52 -0700
Jens Klüsener <jens@kluesener.info> wrote in message news:<2k9velF19qjmaU1@uni-berlin.de>...
> Hi
>
>
> I just reinstalled OpenSSH for Windows on my WinXP Prof. What I exactly
> do is:
>
> Use the Windows Installer
> type mkgroup -l >> ..\etc\group
> type mkpasswd -l -u Test >> ..\etc\passwd
> (The uSer Test already exist on the XP pc)
>
> Now I want to connect from a Linux pc to the XP sshd Server.
>
> LINUX-SERVER:/# ssh -l Test 192.168.0.2
>
> ...
>
> Test@192.168.0.2's password:
> Last login: Mon Jun 28 09:09:48 2004 from linux-server
> /bin/switch: Permission denied
> Connection to 192.168.0.2 closed.
> LINUX-SERVER:/#
>
> I also tried /bin/sh. the same.
> I want to stress that I use OpenSSh under WindowsXP.
>
> What else can I do?
>
> Many Thanks
>
> Jens
Can you SSH from the windows box? Try:
ssh localhost
...as that user, that way you can rule out any network issues.
Also, if /bin/switch is getting a permission denied, what are the
permissions on the home directory of the user you are trying to
connect as?
SSH is very picky about permissions, at least in the Unix world. Not
too sure about how it is handled in Windows.
- Next message: zenzibar: "putty request."
- Previous message: Tonij: "Re: Urgent request: Where does the authorized_keys file have to go on a Windows system?"
- In reply to: Jens Klüsener: "Permission denied with "OpenSSH for Windows""
- Next in thread: Jens Klüsener: "Re: Permission denied with "OpenSSH for Windows""
- Reply: Jens Klüsener: "Re: Permission denied with "OpenSSH for Windows""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|