search for: _seen

Displaying 2 results from an estimated 2 matches for "_seen".

Did you mean: seen
2006 Apr 27
1
IdentityFile option escape sequences
...;arch=&apropos=0&manpath=OpenBSD+Current>. It seems the escape sequences do not work. I have tried both using the command like option and an ssh-config file and the results are the same - it seems the escape sequences do not get expanded. The example below shows that the option is _seen _by ssh, but the esacpe sequences are not expanded. sftp -v -oPasswordAuthentication=no -oIdentityFile=/var/opt/oss/data/config/ssh/%h_%r_id_dsa temip at bt1sss5t Connecting to bt1sss5t... OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005 debug1: Reading configuration data /usr/local/etc/ssh_con...
2006 Jul 26
15
Rails without a primary key
I''ve been trying to use Rails on a database where the biggest datawarehouse-style table doesn''t have a primary key. It really doesn''t make sense and just adds extra unnecessary space. I do have, however, a column that I normally use to search on (IP) that returns many rows. The table also references several other tables through rails-friendly foreign keys. Simple AR