Re: OpenBSD and Shells.com

2021-02-11 Thread Alex Lee
Just wanted to check in on this one and see if there was a chance to chat.
Thanks!

On Sun, Jan 24, 2021 at 3:07 PM Alex Lee  wrote:

> Hi!  My name is Alex Lee, and I am hoping that we can partner with
> OpenBSD.  We offer virtual cloud computers that can be accessed from any
> web enabled device.  As we offer multiple OS options such as different
> Linux distros and Windows, it gives the user the opportunity to use the OS
> they want on the device they want (I use Ubuntu Desktop on an iPad Pro).  I
> was hoping that we could chat about a potential collaboration as our
> product can give folks an opportunity to test out OpenBSD without
> installing it on their hardware.  I know there are a lot of folks who are
> afraid to make the jump and this would be an easy way for them to get
> involved with OpenBSD.  Let me know if we could chat more!   Thanks.
>
> alex
>


Re: It is coming to a mailbox near you

2007-04-18 Thread Alex Lee

Sighting of BSD 4.1 in the U.S. 

+++
USPS tracking number 0305083131xx assigned to a shipment as follows:

BSD41.0015

Computer Shop/OpenBSD
Box 28
Sweet Grass, MT
59484



_
Interest Rates Fall Again! $430,000 Mortgage for $1,399/mo - Calculate new 
payment 
http://www.lowermybills.com/lre/index.jsp?sourceid=lmb-9632-18679&moid=7581




Re: ssh failure with Mac airport card

2006-10-05 Thread Alex Lee

A multi-home firewall with 09/25/06, i386 snap-shot.

WI_LAN interface is a dc0 connected to an Intel AP with cross-over cable.

Use 'authpf' on WI_LAN interface.

Laptop running Windows XP Pro with Intel PRO/Wireless 2011 LAN PC Card has 
no problem (using PuTTy).


G4 Powerbook running 'OS X Tiger' with airport card (en1) fails. But has no 
problem when using ethernet port (en0) on internal LAN.



= ssh using airport card (en1)  ==

g4powerbook:~ alexlee$ ifconfig -a
lo0: flags=8049 mtu 16384
   inet 127.0.0.1 netmask 0xff00
   inet6 ::1 prefixlen 128
   inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1
gif0: flags=8010 mtu 1280
stf0: flags=0<> mtu 1280
en0: flags=8863 mtu 1500
   ether 00:03:93:d1:3a:fc
   media: autoselect (none) status: inactive
   supported media: none autoselect 10baseT/UTP  
10baseT/UTP  10baseT/UTP  100baseTX 
 100baseTX  100baseTX 

en1: flags=8863 mtu 1500
   inet6 fe80::20d:93ff:fe7d:6471%en1 prefixlen 64 scopeid 0x5
   inet 10.1.1.11 netmask 0xff00 broadcast 10.1.1.255
   ether 00:0d:93:7d:64:71
   media: autoselect status: active
   supported media: autoselect
fw0: flags=8863 mtu 2030
   lladdr 00:03:93:ff:fe:d1:3a:fc
   media: autoselect  status: inactive
   supported media: autoselect 

g4powerbook:~ alexlee$ ssh -v 10.1.1.1
OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 10.1.1.1 [10.1.1.1] port 22.
debug1: Connection established.
debug1: identity file /Users/alexlee/.ssh/identity type -1
debug1: identity file /Users/alexlee/.ssh/id_rsa type -1
debug1: identity file /Users/alexlee/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.4
debug1: match: OpenSSH_4.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
Write failed: Broken pipe
g4powerbook:~ alexlee$


= ssh  using ethernet port (en0) ===

g4powerbook:~ alexlee$ ssh -v 192.168.1.1
OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005
debug1: Reading configuration data /etc/ssh_config
debug1: Connecting to 192.168.1.1 [192.168.1.1] port 22.
debug1: Connection established.
debug1: identity file /Users/alexlee/.ssh/identity type -1
debug1: identity file /Users/alexlee/.ssh/id_rsa type -1
debug1: identity file /Users/alexlee/.ssh/id_dsa type -1
debug1: Remote protocol version 2.0, remote software version OpenSSH_4.4
debug1: match: OpenSSH_4.4 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.2
debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: An invalid name was supplied
Cannot determine realm for numeric host address

debug1: An invalid name was supplied
A parameter was malformed
Validation error

debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '192.168.1.1' is known and matches the RSA host key.
debug1: Found key in /Users/alexlee/.ssh/known_hosts:1
debug1: ssh_rsa_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive

debug1: Next authentication method: publickey
debug1: Trying private key: /Users/alexlee/.ssh/identity
debug1: Trying private key: /Users/alexlee/.ssh/id_rsa
debug1: Trying private key: /Users/alexlee/.ssh/id_dsa
debug1: Next authentication method: keyboard-interactive
debug1: Authentications that can continue: 
publickey,password,keyboard-interactive

debug1: Next authentication method: password
[EMAIL PROTECTED]'s password:

===

Does anyone has similar problem with Mac airport card ? Thanks.

_
Share your special moments by uploading 500 photos per month to