연회비 없는 체이스 프리덤 카드의 2023년도 2분기(4,5,6월) 5% 보너스 카테고리 발표

미국내 체이스 은행의 오래된 크레딧카드중 하나인 프리덤 카드(Freedom) 는 연회비는 없지만 체이스 포인트 (UR 포인트) 를 모으는데는 아주 쉬운 카드이다. 3개월에 한번씩 분기별로 5%의 포인트를 받는 카테고리를 발표하는데 분기별 보너스로 받을수 있는 금액은 최대 $1,500 까지이다.

즉, 카테고리에 해당되는 지출을 하고 5배의 포인트를 받을수 있는것은 7500 포인트까지이며 이후에는 5% 카테고리에서 지출을 해도 기본 포인트인 1포인트만 받게되는 것이다.

2023년도 2분기(4-6월)의 보너스 카테고리가 발표되었는데 이번엔 아마존이 포함되어 있어서 2분기 역시 쉽게 7500포인트를 모을수 있을듯 하다.


2023년도 4월부터 6월까지 해당되는 카테고리는 아래와 같다.

  • Amazon
  • Lowe’s

아마존 쇼핑은 최근 배송되는 물건이 파손되는 경우가 많고, 고객응대가 좋지않은 셀러가 많이 늘어나서 잘못된 경우 환불이나 교환 등에서 귀챦은 경우가 많아지고 있지만 그런대로 빠른 배송과 다양한 품목의 구입이 가능하므로 필요한 물건을 쇼핑하는데는 아직까지도 아마존이 최적의 장소이다.

Lowe’s 의 경우 매장이 많지는 않지만 가까운 곳에 있다면 집안 곳곳의 수리에 필요한 Tool이나 가전제품, 카펫, 마루자재, 화장실이나 부엌자재, 그리고 조명, 스마트 전구 등 건축 및 집수리 품목, 그리고 기프트카드도 다양하게 판매를 하고 있으니 5배 적립에는 어렵지 않을듯 하다.

Using windows putty/WINSCP with public Key that has been generated by openssl

When you are trying to remote server or hosting web server, it is not that simple with your user id and password.

Those days are gone now and you will need to provide the public key to server and you will use private key that is matched with your public key.

The first step is you will need to create a public key pair from your  windows system first as below;

Open the windows command shell and type “ssh -keygen”

After that you might have to type for the passphrase which will be the password of your key.

Then you don’t have to put any file name it will still generate at the default folder which will be the “./ssh/id_rsa.pub”.

This will make more secure on your key which will block someone can steal from your system.

 

Now you have everything is ready to use putty or winscp from your windows system.

 

For you putty you can’t just use your pair key as a private key which will have following error if you use it without any conversion.

Unable to use key file "C:\publickey\id_rsa.ppk" (OpenSSH SSH-2 private key (old PEM format))
login as: Which you will need to use puttyGEn to convert your pair key(private key) to windows tool format as below; Convert this file into the right format to use with Putty:
  1. In Puttygen, in the ‘Conversions’ menu choose ‘Import’ and load id_rsa.ppk
  2. ‘Save private key’ to a different file
  3. Use this new file with Putty, either on the connection properties menu or run Pageant (the Putty key agent) and ‘Add key’ the new file. (You can e.g. create a shortcut to pageant in your Startup menu and give it the key file name as a command line parameter so this is loaded automatically for you.)
key conversions
key conversion

Then you can point above saved new private key from putty tool as below;

 

putty_selecting_private_key
putty_selecting_private_key

After above steps, it will be smooth to get the putty session without any issue.

 

 

For the WINSCP, it will need just minor tweaking as below;

winscp_advanced_set_for_private_key
winscp_advanced_set_for_private_key

Sure it should have same conversion step as above after generate the key from openssl.

 

error: Content is protected !!