Blogs1 - 10 of 995 recent posts for tag:SSH
05
Jan
2012
近期收集的一些免费SSH/VPN信息(转)

36 days ago by 美博园

本文转载自: http://igfw.tk/archives/6811。 美博园没有进行验证,仅供 翻墙参考。原文摘录:近期收集的一些免费 SSH/ VPN信息,没怎么整理比较乱,大家将就着看吧。 http://204.74.212.84/index.geek 极客VPN提供免费VPN(流量限制) http://205.164.14.237/home.sm 神马VPN提供免费VPN(激活限制) http://www.dearvpn.com/freeservice.html 提供免费pptp/l2tp vpn(流量限制) http://tenacy.home.kg/public Tenacy开心 ...

04
Jan
2012
Ejemplos de uso del comando scp

37 days ago by Daniel M. Maldonado

El comando scp permite realizar copias de archivos y directorios remotos en forma segura utilizando comunicaciones encriptadas proporcionadas por SSH. De la misma forma que el comando cp necesita que le proporcionemos además de algunos argumentos el origen y el destino de lo que vamos a compiar. Par ...

03
Jan
2012
6 groszy na bezpieczne surfowanie

38 days ago by two cents

6 groszy na bezpieczne surfowanie – Salon 24 via czytnik google – Google News on 1/3/12 6 groszy na bezpieczne surfowanie Salon 24 Tekst jest po angielsku, ale polskie tlumaczenie można uzyskać poprzez wklejenie adresu strony do http://translate.google.com Jedną z ciekawych funkcji translatora googl ...

scp, ssh and rsync without prompting for password

38 days ago by HuyPV

#On my pc (local) ssh-keygen -t rsa cd scp .ssh/id_rsa.pub root@server:/root/ #On my server cd /root cat id_rsa.pub >>/root/.ssh/authorized_keys chmod 700 /root/.ssh/authorized_keys vim /etc/ssh/sshd_config --> Config: PermitRootLogin yes /etc/init.d/sshd restart #On my pc ssh root@server --> enjoy ...

Jak spustit grafickou aplikaci na monitoru vzdáleného počítače

38 days ago by Martin Šín

Standardně by mělo po připojení přes SSH stačit zadat něco jako export DISPLAY=:0.0 a pro odzkoušení zadat např. xclock, které spustí hodiny na monitoru vzdáleného počítače. V případě, že to ale nestačí, ale objeví se např. následující chybová hláška No protocol specified Error: Can't open display: ...

vps开设最低权限的ssh帐号,用于上网代理

38 days ago by 小f

增加一个linux用户,并赋予该用户一个nologin的shell权限 useradd username -s /sbin/nologin 设置该用户密码 passwd username

SSH Reference

39 days ago by Strovek

Good Reference on ssh and ssh2: http://burnz.wordpress.com/2007/12/14/ssh-convert-openssh-to-ssh2-and-vise-versa/

修改SecureCRT的home功能键

39 days ago by 飞尘

之前一直使用putty作为ssh的客户端,最近用了一下SecureCRT,多标签比较好用,但是在使用时发现没有home、end功能,而且delete键删除的是光标前一个字符,功能与退格键是一样的。 网上有关于SecureCRT使用“键映射编辑器”,实现自定义的功能的文章,不过飞尘这里试了一下貌似不起作用。 于是换另外一个思路,修改仿真终端类型即可。 SecureCRT中默认的终端为VT100,这里修改为linux,并勾选“ANSI颜色选项”,这样就会五颜六色了哦,呵呵。 对于键映射编辑器的方式,这里就不再多做研究了。 相关文章 注册表文件使用相对路径 ( 0 )

02
Jan
2012
Mandatory New Years Post

39 days ago by TheLinuxBlog.com

Happy new year! I guess it’s time for a yearly update, I feel like everyone else has done it and now its my turn. Hit the jump for some more statistics that are probably only interesting to yours truly. Top 10 Posts Interestingly enough none of these were written this year. Perhaps I should write a ...

RSA Key authentication for remote SSH logins

39 days ago by Andrew

This article details how to set up RSA key authentication for remote SSH logins without the need for typing in a password. This is especially useful for using remote ssh commands in shell scripts. And these instructions will work in Mac OS X. Create the keys: First we need to generate the keypair. W ...

Previous1234567