Blogs1 - 10 of 3,511 recent posts for tag:ssh
18
Dec
2009
Dica do dia: Logando via ssh sem autenticação

3 hours ago by Fabrício Ferrari de Campos

A dica de hoje vai ser bem rápida, até porque ela é bem simples. Acessar servidores via ssh é algo que faz parte da nossa rotina, e ficar toda hora colocando a senha, enche o saco. Mas como fazer para não pedir a senha? Basta fazer o seguinte: 1.Gere o par de chaves pblica/privada, na sua máquina. s ...

Blog do Ensinar - ensinar.wordpress.com · Rank: 160,825 · 10 references

Best remote backup solution for Linux?

3 hours ago by slacy

I’m running my own hand-crafted remote backup (rsync++) script to back up data from one machine to another. But, it has some serious drawbacks, and I’m still looking for something better. Here are my requirements: Runs on Ubuntu Is either: Available in the standard distro (i.e. via apt-get) A simple ...

Slacy's Blog - slacy.com/blog · Rank: 98,196 · 14 references

Status des SupportNet

7 hours ago by JC

Das clemens-web SupportNet ist von auÃ&sumlen zu erreichen. Informationen dazu beim Administrator. Der Zugriff auf das Homenet ist nur ber SSH gestattet. Hier gibt es das Freeware-Tool Putty zum downloaden.

clemens-web.de - www2.clemens-web.de/wordpress

Windows下SSH客服端PuTTY–详细使用教程(四)

9 hours ago by 乐趣思

用 SSH 来传输文件 PuTTY 提供了两个文件传输工具 • PSCP (PuTTY Secure Copy client) • PSFTP (PuTTY SFTP client) PSCP 通过 SSH 连接,在两台机器之间安全的传输文件,可以用于任何 SSH(包括 SSH v1、SSH v2) 服务器。PSFTP 则是 SSH-2 中新增的特性,使用的是新的 SFTP 协议,使用上与传统的 FTP 类似。事实上 PSCP 如果发现 SFTP 可用,PSCP 就会使用 SFTP 协议来传输文件,否则还是 SCP 协议。PSFTP 与 PSCP 相比,PSFTP 的优点是可以与服务器进行交互 ...

乐趣园精彩世界 - lequs.com

ssh 再進化

9 hours ago by MCI 家族心情故事

為了實驗所以把在 client 上的 .ssh 的目錄全給砍了. ---------- cpfong@Ubuntu-dell-D600:~$ ls -ld .ssh ls: 無法存取.ssh: 沒有此一檔案或目錄 連線後會產生一個 .ssh 目錄和檔案且會要求 Password, 後把這個遠方的 host 記下來. ----------- cpfong@Ubuntu-dell-D600:~$ ssh I_am_going_2_ssh@remote.sshd.server.tw -p12345 The authenticity of host can't be established. DSA ...

MCI 家族心情故事 - cpfong.livejournal.com

SSH with PuTTY through a proxy

21 hours ago by Myself

For security reasons, I had to set all my server’s firewalls to accept connections on the SSH port (22) only from my office IP. I would have added my home IP addres in the access list, if it would have been static. But at home I have a dynamic IP so I can’t use IP-based access control in this case. ...

Pieces of Life... - bogdanirimia.ro

Use of pipes, and other nifty tricks

21 hours ago by unixshell

http://www.tuxradar.com/content/command-line-tricks-smart-geeks has some useful tricks. A lot of it is presented as being bash-specific, but isn’t. Also, a lot seems Linux-specific, but isn’t. Lots of useful info for all Unix/Linux admins here. These hints go on and on; hardly any of them are the ge ...

*nix Shell - nixshell.wordpress.com · 3 references

17
Dec
2009
SSH Without a Password

22 hours ago by James

You can ssh from one box to another without typing in your password. This is done using a key pair. One key sits on the computer A, the other on computer B. Starting logged into computer A, here’s how you do it: ssh-keygen -t dsa ssh B mkdir ~/.ssh/ cat .ssh/id_dsa.pub | ssh B 'cat >> .ssh/authorize ...

The Computer Guy - compguyaug.com

Знакомство с SSH

23 hours ago by Tesmon

Всё началось с того, что я купил новый хостинг. Выбирал долго и тщательно. Так чтобы Друпал максимально хорошо себя на нём чувствовал. Нашёл it-patrol.ru - специальный для Друпал и только Друпал. Другие движки ставить на него воспрещается. Главная проблема с которой я столкнулся, это отсутствие файл ...

tesmon.net - tesmon.net

Windows下SSH客服端PuTTY–详细使用教程(三)

1 day ago by 乐趣思

备份 PuTTY 的设置 用 PuTTY 最不爽的就是,它把所有的设置都保存到注册表了,本来这不是什么问题。但是难免会重装一下机器,用下面的命令可以备份 PuTTY 的所有设置 regedit /e PuTTY.config.reg "HKEY_CURRENT_USERSoftwareSimonTathamPuTTY" 删除 PuTTY 的设置 如果只是在其他机器上临时用了一个 PuTTY,用完以后想删除 PuTTY 的配置,就在控制台里输入如下的命令: putty.exe –cleanup 用 PuTTYgen 来生成密钥,以后可以不用密码登录服务器了 PuTTYgen 是密钥生成器,用来生 ...

乐趣园精彩世界 - lequs.com

Previous1234567