<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Be lost in thought... &#187; ssh</title>
	<atom:link href="http://nineye.net/blog/archives/tag/ssh/feed" rel="self" type="application/rss+xml" />
	<link>http://nineye.net/blog</link>
	<description>Nineye's personal weblog!!!</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:40:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>cygwin setting #2 &#8211; use sshd</title>
		<link>http://nineye.net/blog/archives/132</link>
		<comments>http://nineye.net/blog/archives/132#comments</comments>
		<pubDate>Thu, 19 Feb 2009 11:07:27 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openssh]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=132</guid>
		<description><![CDATA[다음의 단계를 따라하면 OpenSSH를 서버로 돌릴 수 있다 :
우선 Cygwin을 위해 환경을 설정하자. NT4와 Windows 2000에서, 내컴퓨터의 속성보기를 선택하고 시스템 환경에 아래 라인을 추가하자.
CYGWIN = ntsec tty
그리고 다음의 변수를 추가하자.
Path : ;C:/Cygwin/bin
만약 FAT(32)의 파일구조를 사용하는 시스템에서는 CYGWIN을 위한 ntsec옵션은 그렇게 큰 도움은 되지 않는다. 이러한 경우에는 CYGWIN을 &#8220;tty&#8221;로 설정하자.
Cygwin 설치 파일을 다운로드 받고 특정 디렉토리에 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/132/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh 자동 로그인 만들기</title>
		<link>http://nineye.net/blog/archives/114</link>
		<comments>http://nineye.net/blog/archives/114#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:30:41 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=114</guid>
		<description><![CDATA[ 
ssh로 로그인하기
 
 
보안을 위하여 보통 ssh를 많이 사용한다. (openssh)
그런데 계정의 비밀번호가 아니라 비밀키와 공개키를 이용하여 인증을 사용할 수 있다. 때론 백업등을 이용하여 스크립트를 실행해서 다른 서버로 옮길 경우에는 보안을 위하여 ssh를 사용하면서도 비밀번호를 넣지 않고 자동으로 키를 이용하여 인증작업을 할 수 있다.(스크립트 이용시 필요)
하지만 주의하자! 이 키를 이용해서 얼마든지 암호없이 접속할 수 있기 때문에 생성된 키가 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/114/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh를 이용한 vsftpd</title>
		<link>http://nineye.net/blog/archives/111</link>
		<comments>http://nineye.net/blog/archives/111#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:23:39 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=111</guid>
		<description><![CDATA[FTP는 암호화되지 않은 형태로 인증과정과 파일이 전송이 이뤄진다. 이는 전송되는 중간에 스니핑이
이뤄진다면 고스란히 해커(?)의 손에 ID/PW, 전송 파일이 유출될 수도 있음을 의미한다.
이글에서는 보다 안전하게 ssh 터널링을 통한 FTP 전송과 vsftpd 설정에 대해 소개한다.
1. ssh 터널링 만들기
* 필요한 조건
- FTP 서버에서는 ssh 서버가 동작중이어야 한다. (서버명을 free, ID는 truefeel 이라고 가정)
- client에서는 ssh 클라이언트가 있어야 한다.
연결과정을 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/111/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh와 관련된 작업 여러가지&#8230;</title>
		<link>http://nineye.net/blog/archives/92</link>
		<comments>http://nineye.net/blog/archives/92#comments</comments>
		<pubDate>Wed, 18 Feb 2009 12:10:23 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux command]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=92</guid>
		<description><![CDATA[ssh 서비스
서비스 시작 : net start sshd
서비스 중지 : net stop sshd
 
ssh를 이용한 파일 전송 : scp command
ssh로 접속 가능한 서버에서 파일을 받을때

scp userid@hostaddress:접속위치/파일명 받을위치/파일명

파일을 보낼때

scp 보낼위치/파일명 userid@hostaddress:보낼위치/파일명

scp command는 기본적으로 sftp같이 ssh protocol로 보낸다.
근데 sftp같이 보안을 위한 인코딩 및 디코딩을 하는지는 잘 모르겠다.
sz, rz command
modem protocol을 통해 파일을 전송한다.
그래서 전송속도가 아주 느리다&#8230;
]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/92/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh tunneling</title>
		<link>http://nineye.net/blog/archives/72</link>
		<comments>http://nineye.net/blog/archives/72#comments</comments>
		<pubDate>Wed, 18 Feb 2009 11:55:57 +0000</pubDate>
		<dc:creator>Nineye</dc:creator>
				<category><![CDATA[learning os]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://nineye.net/blog/?p=72</guid>
		<description><![CDATA[ 
SSH(Secure Shell)는 네트워크 보안에 있어 대중적이고 강력한 접근 방식을 제공하기 위해 만들어진 프로토콜이다. SSH에 기반한 제품은 서버와 클라이언트의 한 쌍으로 구성되어 있는데, 보통 사용자들은 SSH 클라이언트를 rsh (remote shell) 대용이나 telnet 대용으로 사용하고 있다. 이번 기사에서는 SSH의 간략한 소개와 이를 이용해서 할 수 있는 편리하고 유용한 작업들을 알아보도록 하겠다.
Secure Shell이라는 이름에서 알 수 있듯이 SSH는 [...]]]></description>
		<wfw:commentRss>http://nineye.net/blog/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
